stuart7398 Posted April 15, 2008 Share Posted April 15, 2008 Hi. My members' area automatically logs out after around 30 minutes. Is it possible to change the time? Any input appreciated. Thanks, Stuart. This is my log out page <?php //Start session session_start(); //Unset the variable SESS_MEMBER_ID stored in session unset($_SESSION['SESS_MEMBER_ID']); Link to comment https://forums.phpfreaks.com/topic/101254-changing-session-log-out-time/ Share on other sites More sharing options...
p2grace Posted April 15, 2008 Share Posted April 15, 2008 You need to update the php.ini file. Link to comment https://forums.phpfreaks.com/topic/101254-changing-session-log-out-time/#findComment-517917 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.