Revert spam
[openafs-wiki.git] / TWiki / CGISessionSerializeStorableDotPm.mdwn
1 # <a name="Package &lt;code&gt;="></a> Package =
2
3 <div>
4   <ul>
5     <li><a href="#Package =="> Package ==</a></li>
6   </ul>
7 </div>
8
9 =head1 NAME
10
11 CGI::Session::Serialize::storable - Serializer for CGI::Session
12
13 =head1 DESCRIPTION
14
15 This library can be used by CGI::Session to serialize session data. Uses L&lt;Storable|Storable&gt;.
16
17 =head1 METHODS
18
19 =over 4
20
21 =item freeze($class, \\%hash)
22
23 Receives two arguments. First is the class name, the second is the data to be serialized. Should return serialized string on success, undef on failure. Error message should be set using C&lt;set\_error()|CGI::Session::ErrorHandler/"set\_error()"&gt;