[dancer-users] Session Management with memcached in Dancer1

Yitzchak Scott-Thoennes sthoenna at gmail.com
Thu Apr 16 06:32:12 BST 2015


On Wed, Apr 15, 2015 at 3:16 PM, Andrew Solomon <andrew at geekuni.com> wrote:

> Bill,
>
> Once a website with cookies is in production it needs caching systems like
> Memcached or Redis for key-value data storage where you can access the data
> from different processes.
>

Dancer::Session::Cookie doesn't use a backend at all; the session data is
entirely stored in the (encrypted, signed) cookie.  There are obvious
downsides to this, but not the ones you mention.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20150415/64cd5aa6/attachment-0001.html>


More information about the dancer-users mailing list