Hello all,

I'm getting sudden timeouts in a site that makes use of sessions to keep
login information. In every page, a function is called that does:

session_set_cookie_params (1200);
session_start();

These timeouts don't seem to present any time or place pattern, they occur
randomly, before the 1200 period of inactivity, of course.

Has anyone gone through this problem already?

Thank you very much.

Pedro Alberto Pontes



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to