CookiesConfiguration

play.api.http.CookiesConfiguration
case class CookiesConfiguration(strict: Boolean)

The cookies configuration

Value parameters

strict

Whether strict cookie parsing should be used. If true, will cause the entire cookie header to be discarded if a single cookie is found to be invalid.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val clientDecoder: ClientCookieDecoder
val clientEncoder: ClientCookieEncoder
val serverDecoder: ServerCookieDecoder
val serverEncoder: ServerCookieEncoder