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::BluePrint - Default CGI::Session driver BluePrint

SYNOPSIS

    use CGI::Session::BluePrint
    $session = new CGI::Session("driver:BluePrint", undef, {...});

For more examples, consult CGI::Session manual

DESCRIPTION

CGI::Session::BluePrint is a CGI::Session driver. To write your own drivers for CGI::Session refere CGI::Session manual.

COPYRIGHT

Copyright (C) 2002 Your Name. All rights reserved.

This library is free software and can be modified and distributed under the same terms as Perl itself.

AUTHOR

Your name

SEE ALSO