Using ASP.NET 2.0, I want to use the code-behind to disable session
state (eg I do not want to put anything in the .aspx page template). I
also do not want to touch web.config.
How can I do this?
Thanks.
state (eg I do not want to put anything in the .aspx page template). I
also do not want to touch web.config.
How can I do this?
Thanks.
Comment