CookieParam Properties |
The CookieParam type exposes the following members.
Name | Description | |
---|---|---|
![]() | Domain |
Cookie domain.
|
![]() | Expires |
Cookie expiration date, session cookie if not set
|
![]() | HttpOnly |
True if cookie is http-only.
|
![]() | Name |
Cookie name.
|
![]() | Path |
Cookie path.
|
![]() | Priority | |
![]() | SameSite | |
![]() | Secure |
True if cookie is secure.
|
![]() | Url |
The request-URI to associate with the setting of the cookie. This value can affect the
default domain and path values of the created cookie.
|
![]() | Value |
Cookie value.
|