Re: Delete Specific Cookie Apache

2016-11-23 Thread tomcat
On 23.11.2016 11:03, Teresa Fasano wrote: Hi, I wanted to know how I can remove a specific cookie on apache(version 2.2.22). Maybe you should ask on the Apache httpd user's list then ? (This is the Apache Tomcat list, that's another webserver) I tried with Header add Set-Cookie "ANY_COOKIE =

Delete Specific Cookie Apache

2016-11-23 Thread Teresa Fasano
Hi, I wanted to know how I can remove a specific cookie on apache(version 2.2.22). I tried with Header add Set-Cookie "ANY_COOKIE = '* cookiecontrol'; expires = 'SOME_DATE_IN_PAST'; Max-Age = 0; path = COOKIE_PATH" but it did not work. Any suggestions? Thanks Teresa -- --