[dancer-users] New session on reload using Apache CGI

mark jones mjemail at me.com
Sun Feb 14 15:48:49 GMT 2016


Thanks Andy,

You’re absolutely right, just after I sent the email I tried using file based sessions and it works fine.

Mark

> On 14 Feb 2016, at 13:40, Andrew Beverley <andy at andybev.com> wrote:
> 
> On Sun, 2016-02-14 at 13:02 +0000, mark jones wrote:
>> For some reason I get a new session each time the page reloads, does 
>> anyone know why?
> 
> What session engine are you using? It sounds like you are using
> Session::Simple (the default), in which case the session will only be
> held in memory per-process. Try another session engine, such as
> Session::YAML.
> 
> Andy
> 
> _______________________________________________
> dancer-users mailing list
> dancer-users at dancer.pm
> http://lists.preshweb.co.uk/mailman/listinfo/dancer-users



More information about the dancer-users mailing list