1CGI::Session::ID::statiUcs(e3r)Contributed Perl DocumentCaGtIi:o:nSession::ID::static(3)
2
3
4

NAME

6       CGI::Session::ID::static - CGI::Session ID Driver for generating static
7       IDs
8

SYNOPSIS

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

DESCRIPTION

14       CGI::Session::ID::static is used to generate consistent, static session
15       ID's. In other words, you tell CGI::Session ID you want to use, and it
16       will honor it.
17
18       Unlike the other ID drivers, this one requires that you provide an ID
19       when creating the session object; if you pass it an undefined value, it
20       will croak.
21
23       Copyright (C) 2002 Adam Jacob <adam@sysadminsith.org>,
24
25       This library is free software. You can modify and distribute it under
26       the same terms as Perl itself.
27

AUTHORS

29       Adam Jacob <adam@sysadminsith.org>,
30

LICENSING

32       For additional support and licensing see CGI::Session
33
34
35
36perl v5.30.1                      2020-01-29       CGI::Session::ID::static(3)
Impressum