I have a script that reads a cookie from which it creates remote sessions. The problem is that the session does not survive long enough.
Is there a safe way to handle the time for how long a session should last? A good way would be to extend its lifetime for an hour each time a page is read.
Is there a safe way to handle the time for how long a session should last? A good way would be to extend its lifetime for an hour each time a page is read.