[Dancer-users] Custom Session Handler issues

Al calyx2011 at gmail.com
Thu May 19 05:44:31 CEST 2011


On 18 May 2011 16:56, David Precious <davidp at preshweb.co.uk> wrote:

> The correct answer I should give is of course "Use Dancer's own session
> support, which works", but I understand you're trying to maintain
> compatibility with other non-Dancer apps which use CGI::Session.

I looked into using CGI::Session because I don't like the way Dancer's
session engine creates a session/cookie for every client
unconditionally. In the end I built a custom engine based on
Dancer::Session::Abstract.

Al


More information about the Dancer-users mailing list