The NewLogin property is not reset when a user has to re-login after a timeout. You may have to create your own system, using a session variable.
What's the reason for wanting to send the user to a different page after a time out? I'm assuming that you are referring to a login timeout, versus a session timeout.
FoxWeb Support Team
support@foxweb.com email |
Sent by Pete Cuiry on 02/20/2009 12:15:49 PM:
I just noticed the NewLogin property. I suppose this could be used and if .F., I could redirect them.
What is considered as a "new login" ?
Sent by Pete Cuiry on 02/20/2009 10:01:23 AM:
When users login back in after a timing out, I would like them to go to a specific page (like the initial page) instead of the page on which they timed out.
Is this possible?
For example, user logs in and goes to page 1.
They go to page 2 and sit there and time out.
When they try to go to page 3, they log back in and I would like them to go back to page 1, not continue to page 3.
Thanks