1CGI::Session::SerializeU:s:efrreCeoznettrhiabwu(t3e)d PeCrGlI:D:oSceusmseinotna:t:iSoenrialize::freezethaw(3)
2
3
4
6 CGI::Session::Serialize::freezethaw - serializer for CGI::Session
7
9 This library can be used by CGI::Session to serialize session data.
10 Uses FreezeThaw.
11
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 Received 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
26 For support and licensing see CGI::Session
27
28
29
30perl v5.32.1 2021-01C-G2I6::Session::Serialize::freezethaw(3)