On Sun, Mar 6, 2016 at 8:43 PM, Gabor Szabo <gabor@szabgab.com> wrote:
> I tried Dancer2::Session::Cookie and it seems to work, but so far I could
> not convince it
> to store the session in the server. As I can see it stores everything in the
> cookie itself.
Dancer2::Session::Cookie explicitly saves it in the cookie - that's
why it's called "Cookie". It won't save it on the server.
This is not a bug, this is the exact intention of the module.