Apache::Session::Serialize::Storable - Use Storable to zip up persistent data
| Use Case | Command | Description |
|---|---|---|
| Serialize session data | Apache::Session::Serialize::Storable::serialize($ref) |
🔧 Compress and freeze a Perl data structure using Storable's nfreeze() |
| Unserialize session data | Apache::Session::Serialize::Storable::unserialize($zipped) |
🔓 Thaw and decompress a binary blob back into a Perl data structure |
| Integration with Apache::Session | use Apache::Session::Serialize::Storable; |
🔌 Plugs into the Apache::Session serialization interface |
use Apache::Session::Serialize::Storable;
$zipped = Apache::Session::Serialize::Storable::serialize($ref);
$ref = Apache::Session::Serialize::Storable::unserialize($zipped);
This module fulfills the serialization interface of Apache::Session. It serializes the data in the session object by use of Storable's nfreeze() and thaw() functions. The result is a binary object ready for storage.
This module was written by Jeffrey William Baker <jwbaker AT acm.org>.
Apache::Session::Serialize::Base64, Apache::Session
perl v5.30.3 2020-09-20 Apache::Session::Serialize::Storable(3pm)
Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-06 16:22 @2600:1f28:365:80b0:b86a:6c6a:14fb:cc81
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)