this seems to work, the sessions aren't overlaping anymore.
I'll test deeper on monday ;-)
Thanks !
2008/6/6 Juan Pablo Pizarro <[EMAIL PROTECTED]>:
> 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
>
>
>