This topic is locked

logout

11/6/2021 5:11:26 PM
PHPRunner General questions
D
dirk author

Hello everyone,

On my site, users must create an account to log in.
If they then log in and close the browser they are not logged out, because if they open the browser and use the direct link to the menu they no longer have to log in.
The site is completely made up in phprunner 10.3.

The question is : How can I get them to be logged out when closing the browser ?

Thanks in advance

admin 11/7/2021

You cannot log off user automatically when they close the browser. This is not how web applications work. Even if they close the browser the session is still active till it expires (session timeout).

Your best bet is to use version 10.6 where you have more control over session expiration.