DiscardingCookie
play.api.mvc.DiscardingCookie
A cookie to be discarded. This contains only the data necessary for discarding a cookie.
Value parameters
- domain
-
the cookie domain
- name
-
the name of the cookie to discard
- partitioned
-
whether this cookie is partitioned
- path
-
the path of the cookie, defaults to the root path
- sameSite
-
the SameSite attribute of the cookie
- secure
-
whether this cookie is secured
Attributes
- Graph
-
- Supertypes
Members list
In this article