do you have a simple test i can do to see if this works. i'm not familair with php and not sure how to create a siple file that will timeout and go back to a login page for eample
The previous answer I gave you was wrong. Sorry about that -- I simply misread your question. My previous answer would adjust how long PHP will allow a script to run.
What kind of idle timeout are we talking about here? Session variables? Cookies?
Simple cookie timeouts are handled by setting an expiry date/time on the cookie when it is set.
But session variables by default use cookies, too, to store the session ID. How and when session variables expire are more complicated. See faq434-4908
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.