The default auth.settings.expiration is 3600, which is an hour. Something must be wrong if login is lasting only a few minutes. Is it possible you have session.forget() somewhere or the session cookie isn't getting sent back from the browser?
Anthony On Friday, December 2, 2011 12:14:12 AM UTC-5, Constantine Vasil wrote: > > Automatic log-off goes after several minutes of inactivity - how to make > the user to stay logged in for example for 1 hour? When doing presentations > it is very annoying that it logs-off so quick. > > >

