1CGI::Session::SerializeU:s:edrefCaounlttr(i3b)uted PerlCDGoIc:u:mSeenstsaitoino:n:Serialize::default(3)
2
3
4

NAME

6       CGI::Session::Serialize::default - Default CGI::Session serializer
7

DESCRIPTION

9       This library is used by CGI::Session driver to serialize session data
10       before storing it in disk.
11
12       All the methods are called as class methods.
13

METHODS

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

LICENSING

28       For support and licensing see CGI::Session
29
30
31
32perl v5.34.0                      2022-01-20CGI::Session::Serialize::default(3)
Impressum