1Apache::Session::SerialUiszeer::CBoanster6i4b(u3t)ed PerAlpaDcohceu:m:eSnetsastiioonn::Serialize::Base64(3)
2
3
4

NAME

6       Apache::Session::Serialize::Base64 - Use Storable and MIME::Base64 to
7       zip up persistent data
8

SYNOPSIS

10        use Apache::Session::Serialize::Base64;
11
12        $zipped = Apache::Session::Serialize::Base64::serialize($ref);
13        $ref = Apache::Session::Serialize::Base64::unserialize($zipped);
14

DESCRIPTION

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

AUTHOR

24       This module was written by Jeffrey William Baker <jwbaker@acm.org>.
25

SEE ALSO

27       Apache::Session::Serialize::Storable, Apache::Session
28
29
30
31perl v5.28.1                      2019-02-A0p2ache::Session::Serialize::Base64(3)
Impressum