[dancer-users] Ajax session handling
WK
wanradt at gmail.com
Fri Oct 30 15:03:21 GMT 2015
2015-10-30 15:04 GMT+02:00 Joerg Fallmann <fall at 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
More information about the dancer-users
mailing list