Cookie domain name

hey ,

how to replace the domain name of the persistence cookie in the http response ?

help is appreciated

Check http-request and http-response features.

thank you for your reply ,
when i look to inspect in my browser in application layer i see my cookie name under Value also i see my domain name app.domain.com under Domain . i need to rewrite this domain to look like domain.com and not app.domain.com.
i did the following |:
http-response replace-value domain ^app.domain.com% domain.com
and try to use http-response set-header also with no success …
help appreciated

I don’t have an example at hand unfortunately.