Jump to content

changing session log out time


stuart7398

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.