in reply to Preventing Web Client From Caching
- Millerprint "Content-type: image/gif\n"; print "Cache-control: no-cache\n"; print "Pragma: no-cache\n"; print "Expires: Mon, 06 May 1996 04:57:00 GMT\n"; print "\n"; # End Header
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Preventing Web Client From Caching
by Anonymous Monk on Aug 04, 2007 at 04:09 UTC | |
by dsheroh (Monsignor) on Aug 04, 2007 at 16:27 UTC |