Subject: | Session not unfreezing data properly |
Hello,
Here is my system info:
perl 5.8.8 for i486
Linux 2.6.22 gentoo
MySQL v14.12 dist. 5.0.44
sessions table collation: utf8_general_ci
I create a session in my index controller if a session does not already
exist. With FF, I can verify a session cookie has been assigned and
exists in the database. I put a visitor id in session. If I hit
refresh, the application dies on Session/Serialize/Storable.pm line 28,
after calling thaw.
Any thoughts?