Session timeout on remote web host
Posted: Thu Nov 20, 2003 6:56 pm
Hi,
I've just switched from the server's usual session data dir to my own:
session_save_path(mypath);
but now the session doesn't seem to timeout. I've tried:
define("MAX_IDLE_TIME", 10);
but without success.
Can the session timeout only be controlled from the server (php.ini...)? If not, what are my options?
Thanks,
Nick.
I've just switched from the server's usual session data dir to my own:
session_save_path(mypath);
but now the session doesn't seem to timeout. I've tried:
define("MAX_IDLE_TIME", 10);
but without success.
Can the session timeout only be controlled from the server (php.ini...)? If not, what are my options?
Thanks,
Nick.