Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 71393
Status: new
Priority: 0/
Queue: Dancer-Session-Cookie

People
Owner: Nobody in particular
Requestors: awgrover [...] gmail.com
Cc:
AdminCc:

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



Subject: key 'id' unavailable: used as the encrypted string(?)
It appears that the session-key 'id' is unavailable because this module uses it to store the encrypted session-value. Could you move this value out of the blessed hash? Possibly using inside-out objects, or put the session-data in $self->{'data'}, leaving the top-level for your internal attributes like 'id'.