NOTE:
This web contains the official documentation of the TWiki Release 4.2, code named FreetownRelease. It is a read-only web for reference. Please update documentation at TWiki.CGISessionIDMd5DotPm? . -- KennethLavrsen - 23 Jan 2008
=head1 NAME
CGI::Session::ID::md5 - default CGI::Session ID generator
=head1 SYNOPSIS
use CGI::Session;
$s = new CGI::Session("id:md5", undef);
=head1 DESCRIPTION
CGI::Session::ID::MD5 is to generate MD5 encoded hexadecimal random ids. The library does not require any arguments.
=head1 LICENSING
For support and licensing see L<CGI::Session|CGI::Session>