NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 06, 2019, 12:27:14 PM

Title: Delete session on Logout
Post by: Alberto on June 06, 2019, 12:27:14 PM
Hi, if I uncheck "Delete session on Logout" (Security tab of NetServer), why the session timeout fires a Delete session?
Title: Re: Delete session on Logout
Post by: Bruce on June 07, 2019, 11:13:10 PM
The session will still expire at the prescribed time.
That is unrelated to whether the user is logged in or logged out.

Specifically in your case it handles the case where the user does not logout.

(Actually when they logout the session deletes, but another (empty) one will often be created since they're still on the site. That one in turn will expire at the prescribed timeout.

cheers
Bruce