It would be good to allow us to put {{variable}} into a Cookie.
I want to use a SessionId and a CSRFToken for example as a variable for all requests to use.
At the moment each request has their own session id’sand csrf tokens that i have to change individually, instead of just changing the variable for all requests to use.
Thank you