The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Session Expiration - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.4 (https://userspice.com/forums/forumdisplay.php?fid=27) +--- Thread: Session Expiration (/showthread.php?tid=1367) |
Session Expiration - patrickinmotion - 03-05-2019 I want the ability to have the user to login forever until they logout. At the moment every time the browser/tab is closed it makes me log back in. I change 'cookie_expiry' => 2147483647, in the init.php file which is not to expire until 2038. Does not change anything. I have read on the forum that it use to be forever. Can someone guide me to where I can change the session to never expire. Thanks in advance Patrick RE: Session Expiration - mudmin - 03-06-2019 There are several factors. There are you are cookie parameters. You are PHP session timeout in PHP.ini and the browser of the person who is visiting the site. |