On Tue, 2009-05-05 at 00:05 -0700, Frank Hamilton wrote: > > > Maria Jesus Turiel wrote: > > > > Hi, > > > > We've not yet this problem. It's not sure about the reason. > > > > We found that the process htcleancache doesn't stop when whe stop apache > > in that server. > > > > After to kill all repeated htcleancache process and stop and starts > > Apache2 and to verify there are an unique process htcleancache, it works > > fine. > > > > Thank you very much > > > > > > Hi, > this problem is still in our system, Maria Jesus and me thought that this > solve but no. > We used the org.apache.cocoon.environment.Session to put a user object when > a user login in the aplication.
hmm, you later tell that you clean the cookies but AFAIR org.apache.cocoon.environment.Session is not saved within a cookie. However since the cleaning of the cache has solved partly the problem it sounds really like a caching problem. > Then we used XPathMetaModule to get user.name in our pipeline and print the > name in the presentation layer. Did you try to save the user.name directly in a cookie? > > If we don't use the apache2 this run Ok but when use apache with mod_cache, > mod_proxy and mod_rewrite the server give us a response with a set-cookie in > headers and some times the name of other user appear in the session of a > user. > We think that the problem is that mod_cache is caching http headers with > cookies and after server this pages with this cookies to someone. Studing > apache2 in more detail found that we can use CacheIgnoreHeaders set-Cookie > directive to avoid the cache save the cookie but this seem not work in the > version 2.2.11 of apache2( or maybe we don know how use it). > This is the code for our virtual host: Did you ask as well on [email protected] they may have some more tips. salu2 -- Thorsten Scherler <thorsten.at.apache.org> Open Source Java <consulting, training and solutions> Sociedad Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U. (SADESI) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
