Using Web forms with two clients simultaneously

We have an application where a user fills out a form, submits it, then goes to another page to view data that was submitted(similar to the nahttp_pd example). This works properly when there is only one client using the form, but it has problems when more than user are using the server at the same time. Let’s say client 1 fills out the form, submits it, then goes to the next page to view the data that was submitted. Then client 2 fills out the form, submits it, and goes to the next page to view the data. When client 1 refreshes the page, client 1 now sees the data submitted by client 2. How do we keep the data for client 1 separate from client 2?

You have a point. Submit this to Netsilicon Tech_Support

Was this problem ever solved?

I find this to be a serious problem. Does anyone have a solution to point out? Being a newbie on this platform I assumed that a solution would be easily found using “theServerDataPtr”. However, reading through all of the available functions using this pointer I do not see a solution.