Date:  12/07/2009 01:11:08 PM Msg ID:  004070
From:  cbjr Thread:  004067
Subject:  Re: Auto Redirect When Session Time\'s Out
perfect.  thank you
Sent by FoxWeb Support on 12/07/2009 12:31:50 PM:
There's no automated way to redirect a user once a session has expired, but you can build this into your scripts (or into fw_enter.prg if you want to to be a global behavior), by simply checking for the existence of a session variable.
 
Here's one possible pattern:
 
In your entry page create a session variable. In all other pages check for that session variable. If the variable does not exist, redirect the user to the entry page.
 
You can do something similar with the session variables created by the Auth object.
FoxWeb Support Team
support@foxweb.com email
Sent by cbjr on 12/07/2009 12:10:56 PM:
When the session.timeout has been met, how can I have the page automatically redirect to another page?