Using php, how do I get my login to last longer?

Glenn

Member
My sessions aren't lasting but about 5 minutes when I am not active on the site. How can I change this?
 

chrishirst

Well-Known Member
Staff member
Then you probably need to use a cookie with no expiry that is checked instead of using sessions.
 
Top