Set Cookie
Set a browser cookie.
Last updated
Set a browser cookie.
Set Cookie writes a named cookie into the browser. Use it to seed session state, consent flags, or test data before the application reads cookies on the next request.

Preload an authentication or session cookie before opening a protected page.
Set a consent or preference cookie so the UI skips a banner.
Pair with Check Cookie or Store Cookie to confirm or reuse the value later.
Cookie Name
Name of the cookie to write
Cookie Value
Value as text and/or a Value
Tags: data, cookie, set, save, add
Last updated