Hi, I have a web-plugin that does some authenticatio & authorization for the Apache WebServer.
On successful Authorization, I am setting a cookie. The first time I access a page. I can see the Cookie in LiveHTTPHeaders (Mozilla Firefox). However after session timeout, when I refresh the page, I am again being asked for authentication (acceptable). The problem: though my plugin sets the Cookie, I do not see it being returned in LiveHTTPHeader. All I see is the "HTTP 304 Use Local Copy" being returned. If I clear the cache, then I can again see the Cookie. I cannot disable cache due to performance reasons. Browsing the net I came across the following: http://mail-archives.apache.org/mod_mbox/httpd-dev/200306.mbox/<c3edcb64e.1090...@entegrity.com> At the end of the thread comm. they seemed to agree to include a directive to modify this behaviour. However, I do not find any documentation for this directive in Apache Docs. Any idea what that directive is / how do I change the behaviour of the Apache Web Server so that I am able to see the Cookie. I am using Apache 2.2. Thanks. -- View this message in context: http://www.nabble.com/Set-Cookie-header-not-honored-on-304-%28Not-modified%29-status-tp23813262p23813262.html Sent from the Apache HTTP Server - Module Writers mailing list archive at Nabble.com.