Update LL::Handler::Simple version + remove default cache namespace (Lemonldap-499)

This commit is contained in:
François-Xavier Deltombe 2012-08-13 10:19:32 +00:00
parent d455e5fd6b
commit 165d287862

View File

@ -32,7 +32,7 @@ use constant MAINTENANCE_CODE => 503;
#inherits Apache::Session
#link Lemonldap::NG::Common::Apache::Session::SOAP protected globalStorage
our $VERSION = '1.2.0';
our $VERSION = '1.2.2';
our %EXPORT_TAGS;
@ -457,7 +457,6 @@ sub localInit($$) {
my ( $class, $args ) = splice @_;
if ( $localStorage = $args->{localStorage} ) {
$localStorageOptions = $args->{localStorageOptions};
$localStorageOptions->{namespace} ||= "lemonldap";
$localStorageOptions->{default_expires_in} ||= 600;
$class->purgeCache();
}