--- Klaus_Kaiser_Apolinário <[EMAIL PROTECTED]> wrote:
> But this Cache control are not working....

What do you mean by not working? Something is cached that shouldn't be? Also,
you are sending multiple Cache-Control headers, sending expired dates, etc. Try
a more straightforward approach first:

header('Pragma: no-cache');
header('Cache-Control: no-cache');

Hope that helps.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to