asmith Posted December 6, 2007 Share Posted December 6, 2007 how can i expire a session with time ? like if the user didn't click on any item on his page for 5 minues, then destroy_session(); i read the php net, i didnt'[ get what is session_cashe_limiter ! Link to comment https://forums.phpfreaks.com/topic/80418-session-expire/ Share on other sites More sharing options...
rajivgonsalves Posted December 6, 2007 Share Posted December 6, 2007 session_cashe_limiter is a setting in your php.ini file that would tell php to destroy the session after the time has passed Link to comment https://forums.phpfreaks.com/topic/80418-session-expire/#findComment-407734 Share on other sites More sharing options...
asmith Posted December 6, 2007 Author Share Posted December 6, 2007 so the only thing i need to do is edit my php.ini session cash limiter ? Link to comment https://forums.phpfreaks.com/topic/80418-session-expire/#findComment-407735 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.