NAME
CGI::Session::MyDriver - Blueprint for CGI::Session driver
SYNOPSIS
use CGI::Session::MyDriver;
my $session = new CGI::Session::MyDriver( undef, {..} );
my $sid = $session->id;
....
DESCRIPTION
This is a blueprint for your driver code.
To be able to write your own drivers for CGI::Session, please consult developer section of CGI::Session manual.
AUTHOR
Include your Full name <and@email.addr>
COPYRIGHT
This library is a free software. You and can modify and destribute it under the same terms as Perl itself.
SEE ALSO
CGI::Session, CGI::Session::File, CGI::Session::DB_File, CGI::Session::MySQL, Apache::Session