Attributes Summary | |
name : String | Specifies a unique name for the cookie. |
domain : String | The value of the domain field of a session tracking cookie. |
maximumAge : int | The amount of time that the cookie will live on the client browser. |
path : String | The paths (on the server) to which the session tracking cookie will be sent. |
secure : boolean | Whether session cookies include the secure field. |
Attribute Details |