Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

CGI::Session::ID::static

Name CGI::Session::ID::static
Version 4.44
Located at /usr/local/share/perl5
File /usr/local/share/perl5/CGI/Session/ID/static.pm
Is Core No
Search CPAN for this module CGI::Session::ID::static
Documentation CGI::Session::ID::static
Module Details CGI::Session::ID::static

NAME

CGI::Session::ID::static - CGI::Session ID Driver for generating static IDs


SYNOPSIS

    use CGI::Session;
    $session = CGI::Session->new( 'driver:mysql;id:static', $ENV{REMOTE_ADDR}, { Handle => $dbh } );


DESCRIPTION

CGI::Session::ID::static is used to generate consistent, static session ID's. In other words, you tell CGI::Session ID you want to use, and it will honor it.

Unlike the other ID drivers, this one requires that you provide an ID when creating the session object; if you pass it an undefined value, it will croak.


COPYRIGHT

Copyright (C) 2002 Adam Jacob <adam@sysadminsith.org>,

This library is free software. You can modify and distribute it under the same terms as Perl itself.


AUTHORS

Adam Jacob <adam@sysadminsith.org>,


LICENSING

For additional support and licensing see CGI::Session

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024