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 <[email protected]> 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 > [email protected] > http://lists.preshweb.co.uk/mailman/listinfo/dancer-users _______________________________________________ dancer-users mailing list [email protected] http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
