Jonathan Lahijani Posted June 23, 2022 Share Posted June 23, 2022 For at least a few years, I would add the following bit of code to my config.php and I would stay logged in for 7 days, whether or not the browser has been closed: ini_set('session.cookie_lifetime', 60 * 60 * 24 * 7); ini_set('session.gc_maxlifetime', 60 * 60 * 24 * 7); However, that no longer is effective, and I think it has to do with PHP 8.0 or PHP 8.1 changing something. I'm also on Ubuntu 22.04. Does anyone know what's going on here? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now