Re: [AOLSERVER] AOLSERVER Digest - 12 Jul 2001 to 13 Jul 2001

2001-07-15 Thread Zoran Vasiljevic
On Saturday 14 July 2001 20:02, you wrote: 4. Generate a unique Etag: header for the truly paranoid Hi Jim ! What is Etag: ? I used to be *very truly* paranoid by rewriting the URL. because *none* of the cache-disable techniques worked in the days of Netscape 1.0 and bros (mid 90's) Is this

Re: [AOLSERVER] AOLSERVER Digest - 12 Jul 2001 to 13 Jul 2001 (#2001-176)

2001-07-14 Thread Kevin Lawver
I had this same problem. Your headers line should work, but I think it's case sensative. Mine works, and it's: ns_set put [ns_conn outputheaders] Pragma No-Cache Hope that helps!! Kevin Lawver In a message dated 7/14/2001 12:01:51 AM Eastern Daylight Time, [EMAIL

Re: [AOLSERVER] AOLSERVER Digest - 12 Jul 2001 to 13 Jul 2001

2001-07-14 Thread Jim Wilcoxson
Pragma should not be sent out from a web server; this is for web clients to communicate with servers/proxies. You should send: 1. Cache-control: no-cache 2. Ensure no Last-Modified header (can't use ns_returnfile) 3. Add Expires: Thu, 01 Jan 1999 00:00:00 GMT (don't use a date like 1990; some