Allow variables in cookie values

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

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.