I don't think I can send you the file as this crash happens precisely when it's trying to store the cookie and response.session_id is None.
I have no idea how thread.lock objects are getting into the session. I have tried to solve this myself, but the code for Session is not exactly easy to get into, it needs more subclassing and less ifs and elses IMHO, and it's not always clear for someone not well versed in everything involving cookies and web2py internals why it does the things it does. This is what one the tickets says was in session (apparently it doesn't see the lock there...) session flash:You must be logged in to access this application What I think I might do is to modify Session to do dumps everything that gets put there so it crashes immediately when it tries to put a lock there and I can see it happening. -- 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.

