Class Cookie
Inherits from
-
Object
(base class)
Properties
Name | Type | Description |
---|---|---|
domain
[set]
|
string |
|
domain
[get]
|
string |
|
expires
[set]
|
string |
|
expires
[get]
|
string |
|
httpOnly
[set]
|
bool |
|
httpOnly
[get]
|
bool |
|
maxAge
[set]
|
long |
|
maxAge
[get]
|
long |
|
path
[set]
|
string |
|
path
[get]
|
string |
|
rawValue
[set]
|
string |
|
rawValue
[get]
|
string |
|
secure
[set]
|
bool |
|
secure
[get]
|
bool |
|
value
[set]
|
string |
|
value
[get]
|
string |
Methods
Name | Description |
---|---|
setValue
|
|
writeString
|
Enums
Name | Description |
---|---|
Encoding
|
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.