improved

Improvements to Set Cookie steps

We are excited to announce two major improvements to the functionality of Set Cookie steps!

Dynamic cookies with variables

Cookie names and values can now be set with variables! For example, you can create cookies with dynamic values, such as randomly generated session IDs. This functionality also lets you use mabl's support for sharing variables to create cookies from values generated earlier in a plan run.

Customizable cookie attributes

You can now customize the attributes of the created cookie! These include customizing the URL, domain, or path that a cookie is sent to, setting an expiration time to simulate scenarios like a login expiry, or modifying security settings like the HTTP Only, Secure, and SameSite attributes.

Creating a new Set Cookie step with advanced options

Creating a new Set Cookie step with advanced options

For more on working with cookies, see our documentation.