CGI::Session::Serialize::Default - default serializer for CGI::Session |
CGI::Session::Serialize::Default - default serializer for CGI::Session
This library is used by CGI::Session driver to serialize session data before storing it in disk.
freeze()
error()
thaw()
If you want to be able to store objects, consider using the CGI::Session::Serialize::Storable manpage or the CGI::Session::Serialize::FreezeThaw manpage instead.
Copyright (C) 2002 Sherzod Ruzmetov. All rights reserved.
This library is free software. It can be distributed under the same terms as Perl itself.
Sherzod Ruzmetov <sherzodr@cpan.org>
All bug reports should be directed to Sherzod Ruzmetov <sherzodr@cpan.org>.
CGI::Session::Serialize::Default - default serializer for CGI::Session |