Try deleting all the session from the database.
On Nov 21, 2:51 pm, morningovermidnight <[EMAIL PROTECTED]>
wrote:
> I'm not sure what's happening. It was all working before. I was
> storing sessions in the database and working with them throughout my
> application with no problem. Now, it seems suddenly, sessions have
> stopped working. I don't get a session.flash or any other session
> objects returned. When I comment out the session.connect(request,
> response, db=db, tablename='session_record') to store sessions on the
> filesystem, everything then works perfectly. Once I uncomment that
> line to store in the database again, I can no longer access my
> session. I checked the database...there are session records being
> recorded in the database, but for whatever reason they are not being
> returned to the application? Any thoughts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---