Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    Apache::SessionManager 1.03

    Download button

    No screenshots available
    Downloads: 440  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.7/5)
    4 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Enrico Sorcinelli | More programs
    Perl Artistic License / FREE
    January 1st, 2008, 11:28 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Apache::SessionManager description

    A mod_perl 1.0/2.0 session manager extension to manage sessions over HTTP requests.

    Apache::SessionManager is a mod_perl 1.0/2.0 session manager extension to manage sessions over HTTP requests.

    SYNOPSIS

    In httpd.conf (mod_perl 1):

    PerlModule Apache::SessionManager
    PerlTransHandler Apache::SessionManager

    < Location /my-app-with-session >
    SetHandler perl-script
    PerlHandler Apache::MyModule
    PerlSetVar SessionManagerTracking On
    PerlSetVar SessionManagerExpire 3600
    PerlSetVar SessionManagerInactivity 900
    PerlSetVar SessionManagerStore File
    PerlSetVar SessionManagerStoreArgs "Directory = > /tmp/apache_sessions"
    < /Location >


    < Location /my-app-without-sessions >
    PerlSetVar SessionManagerTracking Off
    < /Location >
    In httpd.conf (mod_perl 2):
    PerlModule Apache2
    PerlModule Apache::SessionManager
    PerlTransHandler Apache::SessionManager

    < Location /my-app-with-session >
    SetHandler perl-script
    PerlResponseHandler Apache::MyModule
    PerlSetVar SessionManagerTracking On
    PerlSetVar SessionManagerExpire 3600
    PerlSetVar SessionManagerInactivity 900
    PerlSetVar SessionManagerStore File
    PerlSetVar SessionManagerStoreArgs "Directory = > /tmp/apache_sessions"
    < /Location >
    In a mod_perl module handler:
    sub handler {
    my $r = shift;
    my $session = Apache::SessionManager::get_session($r);
    ...
    }


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    session manager | HTTP requests | Perl module | session | manager | HTTP



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM