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
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