The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CGI::Session::MD5 - provides default generate_id() method for CGI::Session

SYNOPSIS

        my $session_id = $self->generate_id()

DESCRIPTION

You normaly do not have to use it. It will be called by CGI::Session whenever a new session identifier is required. But if you want, you can override the default generate_id(). ( see developer section of the CGI::Session manual)

AUTHOR

        Sherzod B. Ruzmetov <sherzodr@cpan.org>

COPYRIGHT

        This library is a free software. You can modify and/or redistribute it
        under the same terms as Perl itself

SEE ALSO

CGI::Session, CGI::Session::File, CGI::Sessino::DB_File, CGI::Session::MySQL