Re: [PHP] Problems with caching and headers.

2006-07-11 Thread Jochem Maas
Mathijs wrote: > Jochem Maas wrote: >> Mathijs wrote: ... > (Hartelijk dank voor de hulp :D ). we kunnen geheime taal gaan gebruiken - vinden ze hier vast leuk ;-) > > Mathijs > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems with caching and headers.

2006-07-11 Thread Mathijs
Jochem Maas wrote: Mathijs wrote: ... Now i have a problem with the ETag. what are you using this header for? I Use this header to check if the content of a file has changed. This because the content can be variable. But is static most of the time. I Compute an MD5 of the content, and add t

Re: [PHP] Problems with caching and headers.

2006-07-11 Thread Jochem Maas
Mathijs wrote: ... >>> >>> Now i have a problem with the ETag. >> >> what are you using this header for? > > I Use this header to check if the content of a file has changed. > This because the content can be variable. But is static most of the time. > > I Compute an MD5 of the content, and add

Re: [PHP] Problems with caching and headers.

2006-07-11 Thread Mathijs
Mathijs wrote: Jochem Maas wrote: Mathijs wrote: Hello there, I can't figure out why there are some headers set while i don't set them myself. The following headers are sent to the browser. -Expires: Thu, 19 Nov 1981 08:52:00 GMT -Cache-Control: no-store, no-cache, must-revalidate, post-check

Re: [PHP] Problems with caching and headers.

2006-07-11 Thread Mathijs
Jochem Maas wrote: Mathijs wrote: Mathijs wrote: Jochem Maas wrote: Mathijs wrote: Hello there, I can't figure out why there are some headers set while i don't set them myself. The following headers are sent to the browser. -Expires: Thu, 19 Nov 1981 08:52:00 GMT -Cache-Control: no-store, n

Re: [PHP] Problems with caching and headers.

2006-07-11 Thread Jochem Maas
Mathijs wrote: > Mathijs wrote: >> Jochem Maas wrote: >>> Mathijs wrote: Hello there, I can't figure out why there are some headers set while i don't set them myself. The following headers are sent to the browser. -Expires: Thu, 19 Nov 1981 08:52:00 GMT

Re: [PHP] Problems with caching and headers.

2006-07-11 Thread Mathijs
Jochem Maas wrote: Mathijs wrote: Hello there, I can't figure out why there are some headers set while i don't set them myself. The following headers are sent to the browser. -Expires: Thu, 19 Nov 1981 08:52:00 GMT -Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0

Re: [PHP] Problems with caching and headers.

2006-07-11 Thread Jochem Maas
Mathijs wrote: > Hello there, > > I can't figure out why there are some headers set while i don't set them > myself. > > The following headers are sent to the browser. > -Expires: Thu, 19 Nov 1981 08:52:00 GMT > -Cache-Control: no-store, no-cache, must-revalidate, post-check=0, > pre-check=0 > -P

[PHP] Problems with caching and headers.

2006-07-11 Thread Mathijs
Hello there, I can't figure out why there are some headers set while i don't set them myself. The following headers are sent to the browser. -Expires: Thu, 19 Nov 1981 08:52:00 GMT -Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 -Pragma: no-cache All those i didn'