Page 2 of 2
Re: Editing SESSION lifetime
Posted: Wed Nov 26, 2008 11:10 am
by Eran
I did try your suggested method but to no avail.
How did you test that it didn't work?
Possibly PHP is running in safe mode on your servers, which means you can't change those parameters at run time.
Re: Editing SESSION lifetime
Posted: Wed Nov 26, 2008 11:26 am
by aceconcepts
Ok, the maxlifetime is being edited properly now - using ini_set. However, the session does not expire after the new lifetime!
Anymore ideas?
Re: Editing SESSION lifetime
Posted: Wed Nov 26, 2008 12:11 pm
by Eran
Now that ini_set is working, try my method - which affects session.cookie_lifetime