I hope you can help me, because I try to find answers on internet but I didnt find anything about this.
Problem: I have a common java web application (first page is login and then system options) that run very well in public environments. I have a client that has ISA Server 2006 as a proxy for his enterprise and people in that place get some mistakes like show information of other users that are concurrently logged in the system. I think the error is that ISA is caching the session cookie and when some user make a request, the ISA share that cookie sending to my server a request with bad sessionId.
Someone has any idea about this problem or knows how to solve it (I dont have access to ISA to avoid caching of my app)?
Thanks!.