in reply to Problems with setting session variables in Catalyst

Perhaps Catalyst::Plugin::Session does not play well with binary data? Try storing the data as text using (un)pack or MIME::Base64?

Also try a different storage backend. Maybe that doesn't like binary data either(if you find that to be the case, you might want to file a bug report).

~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."
  • Comment on Re: Problems with setting session variables in Catalyst