{
    "mode": "perldoc",
    "parameter": "Apache::Session::Serialize::Base64",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Apache%3A%3ASession%3A%3ASerialize%3A%3ABase64/json",
    "generated": "2026-06-12T08:58:23Z",
    "synopsis": "use Apache::Session::Serialize::Base64;\n$zipped = Apache::Session::Serialize::Base64::serialize($ref);\n$ref = Apache::Session::Serialize::Base64::unserialize($zipped);",
    "sections": {
        "NAME": {
            "content": "Apache::Session::Serialize::Base64 - Use Storable and MIME::Base64 to zip up persistent data\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Apache::Session::Serialize::Base64;\n\n$zipped = Apache::Session::Serialize::Base64::serialize($ref);\n$ref = Apache::Session::Serialize::Base64::unserialize($zipped);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module fulfills the serialization interface of Apache::Session. It serializes the data in\nthe session object by use of Storable's \"nfreeze()\" and \"thaw()\" functions, and MIME::Base64's\n\"encodebas64\" and \"decodebase64\". The serialized data is ASCII text, suitable for storage in\nbacking stores that don't handle binary data gracefully, such as Postgres.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "This module was written by Jeffrey William Baker <jwbaker@acm.org>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Apache::Session::Serialize::Storable, Apache::Session\n",
            "subsections": []
        }
    },
    "summary": "Apache::Session::Serialize::Base64 - Use Storable and MIME::Base64 to zip up persistent data",
    "flags": [],
    "examples": [],
    "see_also": []
}