Session timeout and events

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Henry

    #1

    Session timeout and events

    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.ontimeo ut (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


  • Cor Ligthert [MVP]

    #2
    Re: Session timeout and events

    Henry,

    I think that there is not much to add to this page and the links it is
    showing, to help you with your problem..

    http://msdn2.microsoft.com/en-us/library/87069683.aspx

    I hope this helps,

    Cor


    The session is timing out, which means that if the user returns the page to
    late, it will not be
    "Henry" <nom@il.comschr eef in bericht
    news:ua$gGbvvGH A.2436@TK2MSFTN GP06.phx.gbl...
    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.ontimeo ut (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
    >

    Comment

    Working...