Skip to content

component setcookie

Raymond Meester edited this page Mar 21, 2023 · 2 revisions

Sets a browser cookie.

Path

Name of the cookie

Options

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
Clone this wiki locally