|
#1
|
|||
|
|||
|
Hello All,
I'm experiencing a problem that seems to be fairly common, but I haven't seen a solution that doesn't involve adding a random string to the URL with javascript. Maybe someone else has some insight. IE6 is caching web pages that I do not want to be cached. Even though I am setting headers that tell the page not to be cached, IE seems to ignore these directives. Amazingly enough, I don't experience the problem with Firefox, so it seems to be an IE specific issue. Anyway, below you'll find the directives that I'm trying to use in apache asp to stop browser caching. I've also tried various other iterations of this to no avail. Let me know if you have any ideas or would like further clarification: $Response->{Expires} = -1; $Response->{ExpiresAbsolute} = time2str(time()) - 1; $Response->AddHeader('Pragma', 'no-cache'); $Response->AddHeader('cache-control', 'private'); $Response->{CacheControl} = 'no-cache'; Thanks, Scott |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RE: laptop won't stop rebooting-after new updates installed | Fireblade | Windows Update | 2 | 01-05-2006 05:08 PM |
| Random STOP Exceptions on WinXP SP2 | King Jeremy | Windows XP Perform Maintain | 1 | 01-05-2006 06:01 AM |
| Help re - stop: 0x000000d0 driver_corrupted_mmpool | Ted Wheatley | Windows XP General | 5 | 01-05-2006 02:31 AM |
| STOP messages | Yordan Atanasov | Windows XP Hardware | 1 | 01-05-2006 02:20 AM |
| STOP 0x0000007B after removing primary IDE controller in device manager | Samo T | Windows XP Hardware | 6 | 01-05-2006 02:20 AM |