web2py uses to cache user_agent info in session, as dict. Then convert them to Storage objects ate every http request. This was a waste of time. I change the code so that they are cached as Storage objects. This is faster but invalidates sessions.
On Wednesday, 6 November 2013 00:35:27 UTC-6, Johann Spies wrote: > > On 5 November 2013 22:12, Massimo Di Pierro > <[email protected]<javascript:> > > wrote: > >> Can you clean the session files and re-try? >> >> > Thanks. > Yes that seems to solve the problem. Why? > > Regards > Johann > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

