Forum Moderators: phranque

Message Too Old, No Replies

Disable Set-Cookie and others

         

RolyARG

1:23 pm on Jul 1, 2005 (gmt 0)

10+ Year Member



How i disable the "Set-Cookie" from apache?

and cahnge this:

Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache

where i can change all this?

ckarg

1:53 pm on Jul 1, 2005 (gmt 0)

10+ Year Member



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)

10+ Year Member



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)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



Look at your httpd.conf file, and in any .htaccess files in the URL-path that returns these headers.

Jim