logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       Adam Jacob <adam@sysadminsith.org>,

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.

Licensing

       For additional support and licensing see CGI::Session

perl v5.40.1                                       2025-02-18                      CGI::Session::ID::static(3pm)

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 } );

See Also