My header looks just like this:
HTTP/1.0 200 OK
Date: Sat, 16 Nov 2002 16:45:29 GMT
Server: Apache/1.3.20 (Win32) PHP/4.0.6
Cache-Control: max-age=3600
Expires: Sat, 16 Nov 2002 17:45:29 GMT
X-Powered-By: PHP/4.0.6
Content-Type: text/html
And yes, we use sessions.
So, setting session_cache_limiter() to "public" should solve my problem?
The pragma header is what is missing?
Instead of changing the code, could i use Apache�s mod_header to do the job?
Thank you for the help!
Luanna
>Do you use sessions? If so, try using session_cache_limiter() function.
>Otherwise connect directly to
>apache with telnet and see the headers yourself.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php