CGI::Application::Plugin::Authentication::Store::Session

CGI::Application::Plugin::Authentication::Store::Session is a session based store.
Download

CGI::Application::Plugin::Authentication::Store::Session Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cees Hek
  • Publisher web site:
  • http://search.cpan.org/~ceeshek/CGI-Application-Plugin-TT-1.04/lib/CGI/Application/Plugin/TT.pm

CGI::Application::Plugin::Authentication::Store::Session Tags


CGI::Application::Plugin::Authentication::Store::Session Description

CGI::Application::Plugin::Authentication::Store::Session is a session based store. CGI::Application::Plugin::Authentication::Store::Session is a session based store.SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => 'Session', );This module uses a session to store authentication information across multiple requests. It depends on the CGI::Application::Plugin::Session plugin being present. Actually, it only requires that there be a 'session' method in the CGI::Application module that will return a valid CGI::Session object.METHODSfetchThis method accepts a list of parameters and fetches them from the session.saveThis method accpets a hash of parameters and values and saves them into the session.deleteThis method accepts a list of parameters and deletes them from the session. Requirements: · Perl


CGI::Application::Plugin::Authentication::Store::Session Related Software