php_novice2007 Posted September 15, 2007 Share Posted September 15, 2007 Hi all, I've modified my php.ini so I've got session.gc_maxlifetime = 60 and restarted my server so therefore my sessions should expires in 60 seconds right? its not.. .. I waited for 60 sec on the page and then tried to do something and it still works Quote Link to comment https://forums.phpfreaks.com/topic/69430-solved-php-session-not-expiring/ Share on other sites More sharing options...
jitesh Posted September 15, 2007 Share Posted September 15, 2007 set session.cookie_lifetime = 60 Quote Link to comment https://forums.phpfreaks.com/topic/69430-solved-php-session-not-expiring/#findComment-348871 Share on other sites More sharing options...
php_novice2007 Posted September 15, 2007 Author Share Posted September 15, 2007 I dont think I'm using any cookies I did it anyway but its still not working Quote Link to comment https://forums.phpfreaks.com/topic/69430-solved-php-session-not-expiring/#findComment-348879 Share on other sites More sharing options...
jitesh Posted September 15, 2007 Share Posted September 15, 2007 set session.cookie_lifetime = 60 + Restart Webserver Quote Link to comment https://forums.phpfreaks.com/topic/69430-solved-php-session-not-expiring/#findComment-348880 Share on other sites More sharing options...
php_novice2007 Posted September 15, 2007 Author Share Posted September 15, 2007 + restart Internet Explorer! Cool it works now Thanks~! Quote Link to comment https://forums.phpfreaks.com/topic/69430-solved-php-session-not-expiring/#findComment-348882 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.