in reply to Managing Concurrent CGI.pm Query Objects
So generate the key, save the data in a filename that's constructed from the key and pass the key to the user. Use a cookie, or a hidden form element, or something.
Later, when you need to get the data back, use the key that's hidden in the form or from the cookie.
|
|---|