Gordon Rowell wrote:
> Kenny Watkins wrote:
>
> > [...] > If one PC submits information to the database,
> other PC's > appear to get his results instead of their own.
> > > Could this be a NAT problem?
>
> It could be,
I very much doubt that it could be. HTTP responses are returned in the same TCP stream connection that the request traverses, and TCP uses extremely hard to guess sequence numbers to distinguish packets belonging to a stream. The means that even if the NAT software mixes up its manipulation of IP addresses and port numbers, the result will be a broken stream, not incorrect distribution of data.
I'm sure that Gordon is correct, your problem is in the session tracking in your application.
Regards
Charlie