I had a simple question that I needed some clarification on regarding sesison variables.
In my ASP.NET application, I changed the timeout value in the web.config and IIS 5.0 to
1 minute.
In webform1.aspx, in the page_load event, I create a session variable
Session("x") = 5.
I have a button...