[web2py] Re: Why does the login expire when doing periodic jsonrpc requests?

2013-01-17 Thread Daniel Gonzalez
Here: http://code.google.com/p/web2py/issues/detail?id=1287 On Thursday, January 17, 2013 4:50:08 AM UTC+1, Massimo Di Pierro wrote: > > Please open a ticket about this... :-) > > On Wednesday, 16 January 2013 17:28:59 UTC-6, Daniel Gonzalez wrote: >> >> This is the relevant section in Auth.__init

[web2py] Re: Why does the login expire when doing periodic jsonrpc requests?

2013-01-16 Thread Massimo Di Pierro
Please open a ticket about this... :-) On Wednesday, 16 January 2013 17:28:59 UTC-6, Daniel Gonzalez wrote: > > This is the relevant section in Auth.__init__ for the login expiration: > > if auth and auth.last_visit and auth.last_visit + \ > datetime.timedelta(days=0, secon