I know that I can amend my PHP.ini for a generic timeout for all sessions, but how can I use PHP to put a timeout againts my sessions if there is no activity for a certain amount of time? I want to avoid using a database table for storing session data if possible.
I have seen this done, but no-one so far has been able to assist me.
Any one?