NAME
CGI::Session::Serialize::Storable - serializer for CGI::Session
SYNOPSIS
use CGI::Session qw/-api3/;
$session = new CGI::Session("serializer:Storable", undef, \%attrs);
DESCRIPTION
This library is used by CGI::Session driver to serialize session data before storing it in disk. Uses Storable
COPYRIGHT
Copyright (C) 2002 Sherzod Ruzmetov. All rights reserved.
This library is free software. It can be distributed under the same terms as Perl itself.
AUTHOR
Sherzod Ruzmetov <sherzodr@cpan.org>
All bug reports should be directed to Sherzod Ruzmetov <sherzodr@cpan.org>.
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