On Wed, Apr 15, 2015 at 3:16 PM, Andrew Solomon <[email protected]> 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.
_______________________________________________ dancer-users mailing list [email protected] http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
