Forum Moderators: open
My Session variables seem to be timing out awfully quickly (like 5-10 minutes, or if I hit Refresh repeatedly). I'm using ASP.NET on IIS. In my web-config file, I have the session set to expire at 180 (this is minutes, right?), but it doesn't seem to make a difference.
I've been told that unhandled exceptions may cause a server to drop the session, but I'm having the same problem even when my error log is empty. Are there any other reasons the session would expire, or any other places to set the expiration?
TIA,
g.
Can you tell me a little more about the global.asa file? Is this something that should reside in my virtual directory, or is it a file used by the whole server? I have a global.asax file, but no .asa. If I'm missing the point and there's no difference between the two, do I set that programatically (Session.Timeout = 180)?
Thanks,
g.