NetTalk Central

Author Topic: Handling timeouts  (Read 2410 times)

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Handling timeouts
« on: July 18, 2011, 03:24:27 AM »
Hi,

I am sure the answer of this is so easy that I missed it - totally!

The timeout on the WebServer is set to 1 minute by default. When a user leaves the browser alone for 1 minute or longer the session is closed (and opened again - according to p.146). How can I gracefully display a "Timeout" page when he clicks on something and ask the user to log in again?

Thys

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: Handling timeouts
« Reply #1 on: July 18, 2011, 05:27:01 AM »
On the WebServer procedure extension you can set the "Login Page".
It'll typically go there is a session expires and he tries to access a restricted page.
You can also set your session timeout to whatever you like here - I often have it set to 12 hours.

cheers
Bruce