posted 20 years ago
Have you ever seen the movie Finding Nemo? When using hidden form fields to store session (or conversational) state, it's kind of like your server is Dory (the fish with no long-term memory). Everytime you talk to the server again, you have to re-introduce yourself and remind it of what you've spoken with it about in the past, by passing it all of that information in the hidden form fields. This does take some of the memory burden off of the server. However, it can be tough to make sure you're actually writing all of the necessary hidden form fields (and their appropriate values) back to the client for use in the next request.
James Carman, President<br />Carman Consulting, Inc.