I'm getting the following error:
data = sess.session_storage.load(sess.session_id)
File
"/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4
.egg/cherrypy/filters/sessionfilter.py",
line 271, in load
data = pickle.load(f)
UnpicklingError: invalid load key, '
'.
What can I do to prevent an error like above from cripling
my web site?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|