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

Andrew Beverley andy at andybev.com
Sun Feb 14 13:40:57 GMT 2016


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



More information about the dancer-users mailing list