How to logout a user when he closes the tab/window ?
If no, it is possible to clear the session after specific time? How to do that?
How to logout a user when he closes the tab/window ?
If no, it is possible to clear the session after specific time? How to do that?
Comments are closed.
I worked long on this one. It is because of the WordPress remember me. Use this code in your theme’s
functions.php
and it should fix your issue: