Apache::SecSess

Secure Apache session management library.
Download

Apache::SecSess Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John Pliam and Jim Krajewski
  • Publisher web site:
  • http://search.cpan.org/~pliam/

Apache::SecSess Tags


Apache::SecSess Description

Secure Apache session management library. Apache::SecSess is a secure Apache session management library.SYNOPSIS In startup.pl, $My::obj = Apache::SecSess::Cookie::X509->new(...) In httpd.conf, < Location /protected > PerlAuthenHandler $My::obj->authen ... < /Location > See section EXAMPLE below for more details.This package is a software library for managing HTTP and HTTPS session security within the Apache mod_perl framework. It offers the flexibility to securely configure distributed web services, across multiple hosts and domains, consistent with a common security policy.In a complex environment, there could be several Perl objects whose methods are specific Apache phase handlers designed to manage a user's session lifecycle, including: initiating, renewing and terminating the session. Each of these objects is an instance of some subclass of Apache::SecSess, which treats a particular security paradigm. Requirements: · Perl


Apache::SecSess Related Software