NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: peterH on May 31, 2016, 01:40:20 PM

Title: How to set the timeout value to 'really long'?
Post by: peterH on May 31, 2016, 01:40:20 PM
Say, a week or so.

I've heard it's possible 😬 but how?

Peter
Title: Re: How to set the timeout value to 'really long'?
Post by: Bruce on June 01, 2016, 05:11:44 AM
Look in WebServer for a generated line;

s_web._SitesQueue.Defaults.SessionExpiryAfterHS =
(the number after the = is the time you set on the Advanced tab for the "session timeout".
This number is in hundreths of a second.
The template limits you to 24:00, but you can set the number higher in code.
A week is
60480000

Cheers
Brice
Title: Re: How to set the timeout value to 'really long'?
Post by: peterH on June 01, 2016, 05:25:45 AM
Neat!

Thanks
Peter