-
-
11 Jul 2011 13:02:37 UTC
- Distribution: CGI-Session
- Module version: 4.44
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (23)
- Testers (6144 / 229 / 0)
- Kwalitee
Bus factor: 1- 27.35% Coverage
- License: artistic_1
- Activity
24 month- Tools
- Download (93.06KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CGI
- Data::Dumper
- Digest::MD5
- Scalar::Util
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install CGI::Session, copy and paste the appropriate command in to your terminal.
cpanm CGI::Session
perl -MCPAN -e shell install CGI::Session
For more information on module installation, please visit the detailed CPAN module installation guide.