When I set session expiration using:
ini_set('session.gc_maxlifetime','3');
and I refresh page after 10 seconds or even change my system time to a few hours ahead, the session variables still exist. It doesn't work even if I change it directly in php.ini. I am running the Apache 2 with PHP 4.3.9 on my computer with WinXP.
Do you have any idea how to solve this?
Thanks.
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php