It depends exactly where those headers are coming from. Apache can generate some of these using mod_expires and some other functionality (e.g. language negotiation) may set cookies. If the site uses cgi or php, etc., the headers may be generated by scripts.
If they come from Apache, its a question of disabling those modules. For scripts, its a question of changing them.
RolyARG
2:01 pm on Jul 1, 2005 (gmt 0)
i try to configure the apache 2, the Set-Cookie are coming from the server
RolyARG
2:04 pm on Jul 1, 2005 (gmt 0)
the mod expires is load: LoadModule expires_module modules/mod_expires.so i must desactivate it?
jdMorgan
1:36 am on Jul 6, 2005 (gmt 0)
Look at your httpd.conf file, and in any .htaccess files in the URL-path that returns these headers.