Am 14.02.2011 14:32, schrieb jose soares:
> it's me again, a couple of days ago I followed what Pavel suggested to
> me, and I tried to clean the session files to see if the error went away.
> Unfortunately, it came back again.
> 
> "/home/users/admin/.VE-SICER2.x-x86_64-19.04.2010/lib/python2.6/site-packages/cherrypy/filters/sessionfilter.py",
> line 284, in load
>    data = pickle.load(f)
> ValueError: insecure string pickle
> 
> Anyone have any idea how to fix it?

Maybe you are copying session files from a Windows to a Linux machine,
or the disk space for the session files is corrupt or full? If you put
string data in the session, try to use unicode instead.

You can also check if it works better with TG 1.5 (CherryPy 3).

-- Christoph

-- 
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.

Reply via email to