When a user in my application closes the browser page it logs them out and ends their user session. This is a problem because they may be “checked in” somewhere and this will “check them out” too soon.
How do I prevent a user logout and session end? That way a user can pick up right where they left off.
I am using facebook/google Oauth for user login so checking the “stay logged in” button isn’t available.