Lemonldap::NG::Handler::UpdateCookie - Perl extension to manage update


Lemonldap-NG-Handler documentation  | view source Contained in the Lemonldap-NG-Handler distribution.

Index


NAME

Top

Lemonldap::NG::Handler::UpdateCookie - Perl extension to manage update cookie sent by client, to reload session in local cache.

SYNOPSIS

Top

  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

Top

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::Handler

SEE ALSO

Top

Lemonldap::NG::Handler

AUTHOR

Top

Thomas Chemineau, <thomas.chemineau@gmail.com>

COPYRIGHT AND LICENSE

Top


Lemonldap-NG-Handler documentation  | view source Contained in the Lemonldap-NG-Handler distribution.