19 May
2011
19 May
'11
3:44 a.m.
On 18 May 2011 16:56, David Precious <davidp@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