Hello. I just implemented the access_user class into an database that I want to put online. In my login form I simply omitted the 'remember' checkbox because I want all users to be logged off after inactivity for security reasons.
However, I left a browser window open to test this, and hit the refresh button the next morning. I was still logged in.
When do sessions expire? How can I configure this? I have tried changing the values of $expire in the login_saver function but it does not help...
I am using th access_user class with the session_handler extension on localhost.