When I close my IE 6 browser and re-open and navigate to my ASP.Net website all of my session variables are null.
In Firefox 2 when I close the browser and re-open and navigate to my ASP.Net website all of the previous session variables are still there.
I want the session variables to be cleared when the user closes their Firefox 2 browser. The default options in Firefox 2 do not have this occur. Is there a way via code or web.config to make sure that these sessions variables (cookies on the client-side) get cleared whenever the browser is closed?
In Firefox 2 when I close the browser and re-open and navigate to my ASP.Net website all of the previous session variables are still there.
I want the session variables to be cleared when the user closes their Firefox 2 browser. The default options in Firefox 2 do not have this occur. Is there a way via code or web.config to make sure that these sessions variables (cookies on the client-side) get cleared whenever the browser is closed?