Re: [us...@httpd] jsessionId and mod_cache

2009-09-01 Thread Frank Hamilton
Thank Igor, well, I think the issue is resolved, to prevent cached page header I used CacheIgnoreHeaders, and in my case y do not want to cache set-cookie value. CacheIgnoreHeaders set-cookie, with this directive the diferent user session is not mix. Thanks. -- View this message in context: htt

[us...@httpd] jsessionId and mod_cache

2009-08-31 Thread Frank Hamilton
Hi, I mounted lenya with apache2 reverse proxy and mod_cache My problem is that the JSESSIONID that the cliente id for navigation is not maintained throughout the navigation. I think the pages stored in the cache are in the header set-cookie jsessionid = blablabla and this causes the clie

[us...@httpd] CacheDisable in servlet /captcha.jpg

2009-05-21 Thread Frank Hamilton
Hello, I install apache with mod_cache but when I try to avoid that /captcha.jpg servlet was cached It`s fails. And a cached catcha image it's send to client. Maybe I don't use well the cacheDisable directive. The servlet launch in http://:/captcha.jpg and I use "CacheDisable /captcha.