30 Oct
2015
30 Oct
'15
3:03 p.m.
2015-10-30 15:04 GMT+02:00 Joerg Fallmann <fall@tbi.univie.ac.at>:
Thanks for the very fast reply, I switched from Session::Simple to Session::Cookie and it works fine. No need for me to keep sessions without cookies.
Pretty sure Session::Simple uses cookies too. Session::Simple is meant only for development phase and it keeps session info in memory. So it is not meant for production. And I think, it had some bugs too. As far as I recall, Session::Cookie stores _all_ session info _in_ cookies (encrypted, I think), which basically means storing session info client-side. Contrary any other session plugin, where cookie holds only session ID and session info itself is stored server side. Wbr, -- Kõike hääd, Gunnar