Session timeout and events

  • Thread starter Thread starter Henry
  • Start date Start date
H

Henry

Hi

I'm new to the .net and session variables things, and I have a problem with
my application in which I use session variables to transfer data between
pages. when I leave the page for a few moments the session times out and the
variables are destroyed, which gives me a error.

I have read somewhere that there is an session.ontimeout (or something)
event, can I use that event to transfer the user to a timeout (bye bye)
page?
Where should I put that code and what options du I have?

cheers
Henry
 
Back
Top