CGI::Session::ID::incr
CGI::Session ID driver
- Provided by: libcgi-session-perl (Version: 4.48-3)
- Report a bug
CGI::Session ID driver
use CGI::Session;
$session = CGI::Session->new("id:Incr", undef, {
Directory => '/tmp',
IDFile => '/tmp/cgisession.id',
IDInit => 1000,
IDIncr => 2 });
CGI::Session::ID::incr is to generate auto incrementing Session IDs. Compare it with CGI::Session::ID::md5, where session ids are truly random 32 character long strings. CGI::Session::ID::incr expects the following arguments passed to CGI::Session->new() as the third argument.
For support and licensing information see CGI::Session