Hello everyone, i've searched a lot but couldn't find any answer to the following: I'm developing a web application, and i rely heavily on sessions, storing all the user data on a session while the user uses a jquery tab interface. The problem is that sometimes web2py loses the session object, and it is almost in the same manner. I've checked my code many times and i don't mess with the session object.
But as web2py does manage sessions automatically, i see that the first time i use the app, web2py creates a session file in the session folder. And when the contents of the first session disappears, when i check the "sessions" folder, the previous session file is there with all its contents, but now there's a new (empty) session file. I can't give a simple example how to replicate the error, but i think web2py shouldn't lose the first session, because: - I haven't explicitely called anything like "session.forget()" that could influence. - I haven't opened any other browser instance, tab or any other browser at all. Anybody knows anything about this? Thanks, João Ventura