Hi Julien,

  I had two problems, the first was my app, where the problem was
hibernate. The other, on my pc at home, the struts-blank, I don't know
(I abandoned that when I solved the problem of my app).

  In my application, I put

                response.setHeader("Cache-Control", "no-cache");
        response.setHeader("Pragma", "no-cache");
        response.setDateHeader("Expires", 0);

http://www.jguru.com/faq/view.jsp?EID=377

Regards,

JP


2008/6/6, Julien ROTT <[EMAIL PROTECTED]>:
> Hi Juan Pablo,
>
> did you find a solution to your problem ?
>
> I have the same: my application is on the internet, and the clients access
> to the application from behind a proxy. When client "A" logs in, and then a
> client "B" logs in, Client "B" sees the data which is stored in client "A"
> session.
>
> Is it possible to avoid this problem by forcing the urlRewriting with the
> jsessionid for each request ?
>
> jr.
>
>
> 2008/6/2 Juan Pablo Pizarro <[EMAIL PROTECTED]>:
>
> > No, I haven't. Now my application is working, then, i suspect that the
> > problem was external and maybe the networking personel had a proxy or
> > something like that. I'm asking them. In my pc, I haven't.
> >
> > I'll download tomcat again to test in my house.
> >
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to