apache - Header unset Set-Cookie is not working for existing cookies in httpd.conf file -
i want remove set-cookie : 'some cookie details' web server http response in case used below content remove it
header unset set-cookie
but works if have newly added cookie there , not works existing cookies seeing in http response.
for example: if use below content
header add set-cookie "somecookie='somevalue'" header unset set-cookie
it removes above newly added cookie not existing cookies. know how remove existing cookie http response of apache web server
Comments
Post a Comment