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 ! Quote 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 Quote 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 ? Quote Link to comment https://forums.phpfreaks.com/topic/80418-session-expire/#findComment-407735 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.