1CGI::Session::SerializeU:s:esrtoCroanbtlrei(b3u)ted PerlCGDIo:c:uSmeesnstiaotni:o:nSerialize::storable(3)
2
3
4

NAME

6       CGI::Session::Serialize::storable - Serializer for CGI::Session
7

DESCRIPTION

9       This library can be used by CGI::Session to serialize session data.
10       Uses Storable.
11

METHODS

13       freeze($class, \%hash)
14           Receives two arguments. First is the class name, the second is the
15           data to be serialized.  Should return serialized string on success,
16           undef on failure. Error message should be set using
17           "set_error()|CGI::Session::ErrorHandler/"set_error()""
18
19       thaw($class, $string)
20           Receives two arguments. First is the class name, second is the
21           frozen data string. Should return thawed data structure on success,
22           undef on failure. Error message should be set using
23           "set_error()|CGI::Session::ErrorHandler/"set_error()""
24

LICENSING

26       For support and licensing see CGI::Session
27
28
29
30perl v5.30.0                      2019-07-2C6GI::Session::Serialize::storable(3)
Impressum