The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CGI::Session::ID::uuid - UUID based CGI Session Identifiers

SYNOPSIS

 use CGI::Session;

 $session = new CGI::Session("...;id:uuid", ...);

DESCRIPTION

CGI::Session::ID::uuid is a CGI::Session 4.00 driver to generate identifiers based on DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUID). This module requires a reasonable UUID generator. For this it either requires the preferred OSSP::uuid module or alternatively the Data::UUID, APR::UUID, DCE::UUID or UUID modules to be installed.

AUTHOR

Ralf S. Engelschall <rse@engelschall.com>

SEE ALSO

CGI::Session

OSSP::uuid http://www.ossp.org/pkg/lib/uuid/

Data::UUID http://www.cpan.org/modules/by-module/Data/

APR::UUID http://www.cpan.org/modules/by-module/Apache/

DCE::UUID http://www.cpan.org/modules/by-module/DCE/

UUID http://www.cpan.org/modules/by-module/UUID/