NAME
CGI::Session::MyDriver - Perl extension 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.
AUTHOR
Include your Full name <and@email.addr>
COPYRIGHT
This library is a free software, and can be modified and destributed under the same terms as Perl itself.
SEE ALSO
CGI::Session, CGI::Session::File, CGI::Session::DB_File, CGI::Session::MySQL, Apache::Session