You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conf.access_module.grant_time must be used as the session.setsessiontimeout() parameter at sailor startup. But it is called at the access module inside function access.grant(data,time) only.
So whenewer session.cleanup() is called session files older then 10 minutes are destroyed.
The text was updated successfully, but these errors were encountered:
conf.access_module.grant_time
must be used as thesession.setsessiontimeout()
parameter at sailor startup. But it is called at theaccess
module insidefunction access.grant(data,time)
only.So whenewer
session.cleanup()
is called session files older then 10 minutes are destroyed.The text was updated successfully, but these errors were encountered: