Home > @uniformdev/context > CookieTransitionDataStore
CookieTransitionDataStore class
Handles client-to-server score handoff using an encoded cookie with the visitor score vector. NOTE: forget me is not supported when on the server side.
Signature:
Extends: TransitionDataStore
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)({ serverCookieValue, experimental_quirksEnabled, quirkCookieValue, quirkCookieName, cookieName, cookieAttributes, }) | Constructs a new instance of the <code>CookieTransitionDataStore</code> class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| handleDelete() | ||
| handleUpdateData(_, computedValue) |