Skip Menu |

This queue is for tickets about the Apache-Session CPAN distribution.

Report information
The Basics
Id: 37821
Status: rejected
Priority: 0/
Queue: Apache-Session

People
Owner: CHORNY [...] cpan.org
Requestors: greanie [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.84
Fixed in: (no value)



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?
Jul 21 10:41:16 2008, greanie@yahoo.com wrote: Show quoted text
> 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.
How do you setup Apache::Session? Try modifying `a_session` in mysql DB to BLOB. -- Alexandr Ciornii, http://chorny.net
As no answer was provided, marking "rejected". -- Alexandr Ciornii, http://chorny.net