Hi:
I have a Secure site built on PHP/MySQL that has a secure login function.
I have not written any sort of time-out / hibernate function that will log a user out after some period of inactivity. However, for some users, they get logged out automatically if they are inactive for a short period of time.
What is causing this?
What can I do to control it (disable it)?
Thanks