Optional
pathOptional
prefixThe prefix of the cookie used to store the transaction state.
Default: __txn_{state}
.
Optional
sameThe sameSite attribute of the transaction cookie.
Default: lax
.
Optional
secureThe secure attribute of the transaction cookie.
Default: depends on the protocol of the application's base URL. If the protocol is https
, then true
, otherwise false
.
The path attribute of the transaction cookie. Will be set to '/' by default.