Re: [Struts 2] webapp on internet, clients behind a proxy --> session clash

2008-06-06 Thread Al Sutton
Not in your struts app. I've seen this in a production situation and it's usually a bug in the proxy. If you can try setting up a NAT environment without the proxy and then with the proxy, if the bug only occurs when the proxy is in place then you know where the problem is. Al. P.S. The bug

Re: [Struts 2] webapp on internet, clients behind a proxy --> session clash

2008-06-05 Thread Julien ROTT
So there is no solution to avoid the sessions clash in this situation ? 2008/6/5 Dave Newton <[EMAIL PROTECTED]>: > --- On Thu, 6/5/08, Julien ROTT <[EMAIL PROTECTED]> wrote: > > I guess the server is a bit confused because the clients > > have the same IP address (I tried jboss and jetty). > >

Re: [Struts 2] webapp on internet, clients behind a proxy --> session clash

2008-06-05 Thread Dave Newton
--- On Thu, 6/5/08, Julien ROTT <[EMAIL PROTECTED]> wrote: > I guess the server is a bit confused because the clients > have the same IP address (I tried jboss and jetty). Session management isn't really handled by Struts, it's handled via the app server and browser (by sending the session id coo

[Struts 2] webapp on internet, clients behind a proxy --> session clash

2008-06-04 Thread Julien ROTT
Hello, I have put my webapplication on a server on the internet. Some clients access this application from behind a company proxy and there are session problems : one client sees the data from another client... but when hitting "F5" the browser gets back to its normal session. I guess the server