Seeking Clarity on Login Timeout with Wappler and PHP

If you want this to happen then don't use the remember me option at all, so a cookie won't be created and the users will have to login after they close the browser window.

Then set the session timeout to 8 hours * 60 minutes * 60 seconds = 28800 seconds

Thanks @teodor!