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

Here goes the description of the module

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