From ac78f41746caf3d5ff05bc197f55209f3d84225c Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Mon, 1 Dec 2008 23:05:39 +0100 Subject: added memcached for sessions --- lib/PAUSE/OpenID.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/PAUSE/OpenID.pm b/lib/PAUSE/OpenID.pm index 1faf82b..f99274d 100644 --- a/lib/PAUSE/OpenID.pm +++ b/lib/PAUSE/OpenID.pm @@ -16,7 +16,12 @@ use Catalyst::Runtime '5.70'; use parent qw/Catalyst/; use Catalyst qw/-Debug ConfigLoader - Static::Simple/; + Static::Simple + + Session + Session::Store::Memcached + Session::State::Cookie + /; our $VERSION = '0.01'; # Configure the application. -- cgit v1.2.3