And a related question: my session is expiring after 5 minutes (300s). I am not setting the expiration time, and the default in Auth.default_settings.expiration is 3600.
Where is the 300 coming from!?!? On Tuesday, January 15, 2013 11:57:03 AM UTC+1, Daniel Gonzalez wrote: > > Thanks Niphlod, > > I am now using: > > - session.auth.expiration > - session.auth.last_visit > > And I have realized about one (at least for me) unexpected thing: > accessing @service.jsonrpc controllers does not > reset session.auth.last_visit. Is this intended? > > On Tuesday, January 15, 2013 11:43:11 AM UTC+1, Niphlod wrote: >> >> session expiration is managed by auth.settings.expiration ... >> > --

