Sherzod Ruzmetov > CGI-Session-3.95 > CGI::Session::Serialize::Storable

Download:
CGI-Session-3.95.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  4
View Bugs
Report a bug
Module Version: 1.4   Source   Latest Release: CGI-Session-4.00_08

NAME ^

CGI::Session::Serialize::Storable - serializer for CGI::Session

DESCRIPTION ^

This library is used by CGI::Session driver to serialize session data before storing it in disk. Uses Storable

METHODS ^

freeze()

receives two arguments. First is the CGI::Session driver object, the second is the data to be stored passed as a reference to a hash. Should return true to indicate success, undef otherwise, passing the error message with as much details as possible to $self->error()

thaw()

receives two arguments. First being CGI::Session driver object, the second is the string to be deserialized. Should return deserialized data structure to indicate successs. undef otherwise, passing the error message with as much details as possible to $self->error().

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 ^