NAME

Dancer::SessionFactory::Memcached - Dancer 2 session storage with Cache::Memcached

VERSION

version 0.001

SYNOPSIS

# In Dancer 2 config.yml file

session: Memcached
engines:
  session:
    Memcached:
      memcached_servers: 10.0.1.31:11211,10.0.1.32:11211,/var/sock/memcached

DESCRIPTION

This module implements a session factory for Dancer 2 that stores session state within Memcached using Cache::Memcached.

ATTRIBUTES

memcached_servers (required)

A comma-separated list of reachable memcached servers (can be either address:port or socket paths).

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/dagolden/dancer-sessionfactory-memcached/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/dagolden/dancer-sessionfactory-memcached

git clone git://github.com/dagolden/dancer-sessionfactory-memcached.git

AUTHOR

David Golden <dagolden@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by David Golden.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004