1Apache::Session::SerialUiszeer::CBoanster6i4b(u3t)ed PerAlpaDcohceu:m:eSnetsastiioonn::Serialize::Base64(3)
2
3
4
6 Apache::Session::Serialize::Base64 - Use Storable and MIME::Base64 to
7 zip up persistent data
8
10 use Apache::Session::Serialize::Base64;
11
12 $zipped = Apache::Session::Serialize::Base64::serialize($ref);
13 $ref = Apache::Session::Serialize::Base64::unserialize($zipped);
14
16 This module fulfills the serialization interface of Apache::Session.
17 It serializes the data in the session object by use of Storable's
18 "nfreeze()" and "thaw()" functions, and MIME::Base64's "encode_bas64"
19 and "decode_base64". The serialized data is ASCII text, suitable for
20 storage in backing stores that don't handle binary data gracefully,
21 such as Postgres.
22
24 This module was written by Jeffrey William Baker <jwbaker@acm.org>.
25
27 Apache::Session::Serialize::Storable, Apache::Session
28
29
30
31perl v5.32.1 2021-01-A2p6ache::Session::Serialize::Base64(3)