Cache-control: no-cache

2003-03-27 Thread joe hobson
What exactly does the "set-cookie" portion allow for? My guess would be that it allows cookies to come thru okay, but that seems to be happening even with the CFHEADER code in my original message. Could you explain the "set-cookie" portion a little better and how it would be implimented with CFH

Re: Cache-control: no-cache

2003-03-24 Thread Sean A Corfield
he following is probably safer: Cache-control: no-cache="set-cookie,set-cookie2" On Monday, Mar 24, 2003, at 17:32 US/Pacific, joe hobson wrote: > I've had trouble with bad proxy configurations lately. In the past > I've used > the "Pragma:no-cache&

Cache-control: no-cache

2003-03-24 Thread joe hobson
I've had trouble with bad proxy configurations lately. In the past I've used the "Pragma:no-cache" http header (via CFHeader) but had problems with browsers seeing pages as expired. Recently someone suggested using "Cache-control: no-cache" to tell the proxy ser