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 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 OSSP::uuid (preference) or Data::UUID (alternative) modules to be installed.
AUTHOR
Ralf S. Engelschall <rse@engelschall.com>
SEE ALSO
OSSP::uuid, http://www.ossp.org/pkg/lib/uuid/
Data::UUID, http://www.cpan.org/modules/by-module/Data/