in reply to Re: Suggestion- How to serialize a cgi object?
in thread Suggestion- How to serialize a cgi object?
After the CGI object parses the GET or POST, its all jammed in the CGI object's internal data structure (except for the file uploads of course, which are referenced by the globs.) Freezing the CGI object and thawing it back later seems to work fine for me in my experience.
|
|---|