table of contents
other versions
- Tumbleweed 4.480.0-1.2
- Leap-15.6
| CGI::Session::ID::md5(3pm) | User Contributed Perl Documentation | CGI::Session::ID::md5(3pm) |
NAME¶
CGI::Session::ID::md5 - default CGI::Session ID generator
SYNOPSIS¶
use CGI::Session;
$s = CGI::Session->new("id:md5", undef);
DESCRIPTION¶
CGI::Session::ID::MD5 is to generate MD5 encoded hexadecimal random ids. The library does not require any arguments.
LICENSING¶
For support and licensing see CGI::Session
| 2025-06-12 | perl v5.42.0 |