dandelion
Wed 19 December 2007, 12:09 pm GMT +0100
Hello !
How long will a user be logged in ?
I suppose this depends on the expiration of the cookie which
is set in the login_saver() function: $expire is set to time()+2592000,
this is 30 days.
Using my web-application with access_user, I notice that a user is
logged out after about 1 hour. But why is he logged out when the
cookie is set to 30 days ?
I have many users complaining about that so it is not just me having this problem.
Many users find this annoying - they have to log in again and again several times a day.
So what can be the reason why a user is logged out after a short time ?
Thank you for your time,
Philipp
How long will a user be logged in ?
I suppose this depends on the expiration of the cookie which
is set in the login_saver() function: $expire is set to time()+2592000,
this is 30 days.
Using my web-application with access_user, I notice that a user is
logged out after about 1 hour. But why is he logged out when the
cookie is set to 30 days ?
I have many users complaining about that so it is not just me having this problem.
Many users find this annoying - they have to log in again and again several times a day.
So what can be the reason why a user is logged out after a short time ?
Thank you for your time,
Philipp