Changeset 22012
- Timestamp:
- 10/24/08 08:44:57 (5 years ago)
- Location:
- lang/perl/HTTP-Session/trunk/lib/HTTP/Session
- Files:
-
- 3 modified
-
State/MobileAttributeID.pm (modified) (1 diff)
-
Store/Memcached.pm (modified) (1 diff)
-
Store/Test.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Session/trunk/lib/HTTP/Session/State/MobileAttributeID.pm
r21940 r22012 58 58 59 59 HTTP::Session->new( 60 state => HTTP::Session::State::MobileAttributeID->new(), 60 state => HTTP::Session::State::MobileAttributeID->new( 61 mobile_attribute => HTTP::MobileAttribute->new($r), 62 ), 61 63 store => ..., 62 64 request => ..., -
lang/perl/HTTP-Session/trunk/lib/HTTP/Session/Store/Memcached.pm
r21839 r22012 49 49 50 50 HTTP::Session->new( 51 store => HTTP::Session::Store::Memcached->new(), 51 store => HTTP::Session::Store::Memcached->new( 52 memd => Cache::Memcached->new(servers => ['127.0.0.1:11211']), 53 ), 52 54 state => ..., 53 55 request => ..., -
lang/perl/HTTP-Session/trunk/lib/HTTP/Session/Store/Test.pm
r22011 r22012 39 39 =head1 NAME 40 40 41 HTTP::Session::Store::Test - store session data on memory for debugging41 HTTP::Session::Store::Test - store session data on memory for testing 42 42 43 43 =head1 SYNOPSIS … … 55 55 =head1 DESCRIPTION 56 56 57 store session data on memory 57 store session data on memory for testing 58 58 59 59 =head1 CONFIGURATION
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)