-
-
Notifications
You must be signed in to change notification settings - Fork 9
component setcookie
Raymond Meester edited this page Mar 21, 2023
·
2 revisions
Sets a browser cookie.
Name of the cookie
Name | Description | Default | Type |
---|---|---|---|
domain | The domain on which the cookie was available. | org.assimbly | String |
value | The value to set on the cookie. | String | |
path | The path for which the cookie should be valid. | String | |
isSecure | Only allow this cookie for encrypted connections (HTTPS). | false | String |