SYNOPSIS
package My::Package;
use Lemonldap::NG::Handler::UpdateCookie;
@ISA = qw(Lemonldap::NG::Handler::SharedConf);
__PACKAGE__->init ( {
# See Lemonldap::NG::Handler for more
# Local storage used for sessions and configuration
} );
DESCRIPTION
Lemonldap::NG::Handler::UpdateCookie is a special Lemonldap::NG:: handler that allow a session to be removed from local cache of the current handler, if a update cookie is sent by the user.The update cookie should be name ``lemonldapupdate'' and only contains a simple timestamp.
EXPORT
See Lemonldap::NG::HandlerAUTHOR
Thomas Chemineau, <[email protected]>COPYRIGHT AND LICENSE
Copyright (C) 2010 by Thomas ChemineauThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.

