- I don't think that 'no cache' is a usefull default for most applications, as in most applications the pages that contain personalized data are the minority. (Beside thhe problem mostly happens together with forms with method=post as in this case the url doesn't change)
- Yes, I would like an option where the behaviour can be defined globally for . To do this on your own you could write a filter that sets the headers before calling doChain(). - To be very shure that no caching happens in dialogs we use sequence numbers that we append as parameters to the url. This way the url changes with every request and is never cached at all. > -----Urspr�ngliche Nachricht----- > Von: Roland Carlsson [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 14. August 2002 13:28 > An: Tomcat Users List > Betreff: Re: Session and IP > > > Thanks for your answer. > > We have now put a header with nocache. One of the users that > have reported > the error of getting someone else data says that it works > like it should so > it seems like if the problem was in a proxy. > > I would like to ask for tomcat as default to uses nocache > since that is the > behavior at least I assume that a dynamic webserver to have. > But I'll guess > that there are arguments to not to do that. But to me it seems more > logically to tell when to allow caching then when not to > since the reason to > use dynamic webservers are that the pages changes. > > Thanks again all who have helped! > > Roland Carlsson > > ----- Original Message ----- > From: "Ralph Einfeldt" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, August 14, 2002 12:35 PM > Subject: AW: Session and IP > > > > What makes you think that they share the session ? > > > > In mosts cases I have seen in the past this kind > > of problems came from the application that stored > > something in a way that wasn't session safe. > > > > On additional type of problem: > > Pages with personalized data can sometimes be cached > > by proxies, so make shure that you disable the caching > > by setting the apropriate headers. > > > > > -----Urspr�ngliche Nachricht----- > > > Von: Roland Carlsson [mailto:[EMAIL PROTECTED]] > > > Gesendet: Mittwoch, 14. August 2002 11:20 > > > An: Tomcat Users List > > > Betreff: Session and IP > > > > > > The problem is that they seems to share the same session on > > > our server. > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
