You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Torsten Curdt <tc...@dff.st> on 2000/11/21 14:31:30 UTC

http header

Sorry, this might be slightly off topic
but I'm not quite sure who adds this header
(Webserver,JRun or Cocoon) and what it means
exactly. All I know is that on any page request
all images are reloaded although they should be
in the client's cache already.

Cache-Control: no-cache="set-cookie,set-cookie2"

Or is it because of the "Expires" header?
Here are the complete headers...

For the page:
GET /content/de_DE/media/html/
HTTP/1.1 200 OK
Server: Microsoft-IIS/4.0
Date: Tue, 21 Nov 2000 13:04:35 GMT
Set-Cookie: jsessionid=223116973811875651;path=/
Expires: Thu, 01 Dec 1994 16:00:00 GMT
Connection: Close
Cache-Control: no-cache="set-cookie,set-cookie2"
Content-Type: text/html

For the picture:
GET /design/images/logo.gif
HTTP/1.1 200 OK
Server: Microsoft-IIS/4.0
Date: Tue, 21 Nov 2000 13:27:07 GMT
Connection: Keep-alive
Content-Type: image/gif
Content-Length: 1214

Any help appreciated
Thanks
--
Torsten