DiscardingCookie

play.api.mvc.DiscardingCookie
case class DiscardingCookie(name: String, path: String, domain: Option[String], secure: Boolean, sameSite: Option[SameSite])

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

path

the path of the cookie, defaults to the root path

secure

whether this cookie is secured

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product