Hi all,
I'm having trouble unpickling a value from cherrypy.session -- it gives me *a
ValueError:* *insecure* *string* *pickle*.
...
if not cherrypy.session.get(key):
File "/var/lib/python-support/python2.4/cherrypy/filters/sessionfilter.py",
line 448, in __getattr__
data = sess.session_storage.load(sess.session_id)
File "/var/lib/python-support/python2.4/cherrypy/filters/sessionfilter.py",
line 271, in load
data = pickle.load(f)
ValueError: insecure string pickle
any ideas?
j
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.