Package : perl-CGI-Application-Plugin-Session

Package details

Summary: Add CGI::Session support to CGI::Application

Description:
CGI::Application::Plugin::Session seamlessly adds session support to your
the CGI::Application manpage modules by providing a the CGI::Session
manpage object that is accessible from anywhere in the application.

Lazy loading is used to prevent expensive file system or database calls
from being made if the session is not needed during this request. In other
words, the Session object is not created until it is actually needed. Also,
the Session object will act as a singleton by always returning the same
Session object for the duration of the request.

This module aims to be as simple and non obtrusive as possible. By not
requiring any changes to the inheritance tree of your modules, it can be
easily added to existing applications. Think of it as a plugin module that
adds a couple of new methods directly into the CGI::Application namespace
simply by loading the module.


URL: http://search.cpan.org/dist/CGI-Application-Plugin-Session
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs