in reply to How do I pass a data structure with CGI redirect
You really need to store the data on the server in one form or another, and send some sort of index value in the redirect URL, which can be used to retrieve the data by the second CGI script.
|
|---|