Hi,

there is an issue with the Cache::FastMmap store for the Session plugin.
When $c->session contains some large very data structures
Cache::FastMmap refuses to store them for whatever reason and returns
false when calling ->set on it.

However Catalyst::Plugin::Session::Store::FastMmap doesn't check the
return value of set and therefor causes session data to be lost
silently.

This sucks and I'd like to be able to see when that happens to ease
debugging. Loudly failing would probably not be a good solution here,
but a warning would probably be helpful.


-Flo

-- 
BOFH excuse #297:
Too many interrupts

Attachment: signature.asc
Description: Digital signature

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to