J
Jim Owen
I know I';ve posted on this topic before, but it still doesn't work.
I have a Session_End event in my Global.asax file, but it never fires. I
have gone into my web.config file and in session state I changed the timeout
to "2" and made sure the mode was "InProc". Then I opened my app, did some
stuff, and closed it, expecting in two minutes' time the Session_End event
would fire (It updates the database from the Cache). But it doesn't. I've
tried running by hitting F5 in VS.Net, and have also tried by opening a
browser outside of VS. What am I missing here?
I have a Session_End event in my Global.asax file, but it never fires. I
have gone into my web.config file and in session state I changed the timeout
to "2" and made sure the mode was "InProc". Then I opened my app, did some
stuff, and closed it, expecting in two minutes' time the Session_End event
would fire (It updates the database from the Cache). But it doesn't. I've
tried running by hitting F5 in VS.Net, and have also tried by opening a
browser outside of VS. What am I missing here?