Skip to main content
Participant
July 10, 2008
Question

Question about redirecting user when session expires

  • July 10, 2008
  • 2 replies
  • 260 views
I have several pages that get and post variables sent to them. Is it possible to retain these values when the user's session expires? I want to be able to have the user re-log into the system and then have them redirected back to the page they were just on and preserver the get and post variables so that the data on the page can be rendered back to them
    This topic has been closed for replies.

    2 replies

    July 11, 2008
    or use client variables (which stores them in a database) with WDDX to make storage easier.
    rogzAuthor
    Participant
    July 14, 2008
    is there anyway to manipulate the headers and store the information there and still have it accessible if the session were to time out?
    Inspiring
    July 11, 2008
    You can always collect the information and store it in a db.