14 Feb
2016
14 Feb
'16
1:40 p.m.
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