logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CGI::Session::ID::md5 - default CGI::Session ID generator

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

perl v5.40.1                                       2025-02-18                         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);

See Also