Hi there.
I have a session based user auth syetem, everything works fine, appart from i need a way of making the user re-login after 30 minutes for security purposes. I do not have access to my php.ini file, so that way is out of the question.
I have thought of entering the current time into the users database on login, and then on every page load, testing that against the current time. Anyone know how?
Thankyou all,
Jonathan