Compressing an object for session
Posted: Sat Jan 04, 2003 5:11 pm
I have an object that I am currently storing in a session. It is fairly large (16KB) so I would like to zip it or compress if before putting it in the session.
What function should I use after serializing the object?
What function should I use after serializing the object?