Has anyone attempted to serialize->compress session data into an Apache::Session store, and uncompress->deserialize it out?
I know that many of the stores transparently handle the serialization -- I'm just noticing that my session data is growing larger and larger, and could likely benefit from some sort of elementary compression.
Or, it could be a giant mess -- and put too much a strain on a server that could just get another drive or more memory.
But someone out there might have thought of this before me , and can chime in.