NAME

    CGI::Session::ID::MD5_Base64 - CGI::Session ID driver based on Base64
    encoding

SYNOPSIS

        use CGI::Session;

        $session = new CGI::Session("id:MD5_Base64", undef, { Directory => '/tmp' };

DESCRIPTION

    CGI::Session::ID::MD5_Base64 is to generate MD5 digest Base64 encoded
    random ids. The library does not require any arguments.

COPYRIGHT

    Copyright (C) 2003 Daniel Peder. All rights reserved.

    This library is free software. You can modify and distribute it under
    the same terms as Perl itself.

    Partialy based on CGI::Session::ID::MD5 and the whole excelent
    CGI::Session work by

    Sherzod Ruzmetov <sherzodr@cpan.org>

AUTHOR

    Daniel Peder <danpeder@cpan.org>

    Feedbacks, suggestions and patches are welcome.

SEE ALSO

    *   MIME::Base64 - Base64 encoding method

    *   Incr - Auto Incremental ID generator

    *   CGI::Session - CGI::Session manual

    *   CGI::Session::Tutorial - extended CGI::Session manual

    *   CGI::Session::CookBook - practical solutions for real life problems

    *   RFC 2965 - "HTTP State Management Mechanism" found at
        ftp://ftp.isi.edu/in-notes/rfc2965.txt

    *   CGI - standard CGI library

    *   Apache::Session - another fine alternative to CGI::Session