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 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 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 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 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~! 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
Archived
This topic is now archived and is closed to further replies.