Hi,
I've been having this problem for the pas few days so i thought i'd post and see if anyone could help.
I have an application that has code to delete file in Session_end. When i start a session and then do nothing in the browser for the timeout amount of time, session_end fires and the code works....the files get deleted. However, if i close the browser and wait the same amount of time (or longer) Session_End never fires. I know that closing the browser doesn't call session_end.... i am actually waiting the timeout amount of time but Session_end just never fires.....Is there something about Session_end and closing browsers that i am not aware of?
Thanks in advance to anyone who can help :)
vicky
I've been having this problem for the pas few days so i thought i'd post and see if anyone could help.
I have an application that has code to delete file in Session_end. When i start a session and then do nothing in the browser for the timeout amount of time, session_end fires and the code works....the files get deleted. However, if i close the browser and wait the same amount of time (or longer) Session_End never fires. I know that closing the browser doesn't call session_end.... i am actually waiting the timeout amount of time but Session_end just never fires.....Is there something about Session_end and closing browsers that i am not aware of?
Thanks in advance to anyone who can help :)
vicky
Comment