| Property | Defined by | ||
|---|---|---|---|
| creation : Date
The cookie creation date
| Cookie | ||
| expiration : Date
The cookie expiration date.
| Cookie | ||
| Method | Defined by | ||
|---|---|---|---|
|
fromSharedObject(data:Object):void
Deserialize data from a simple object.
| Cookie | ||
|
isExpired():Boolean
Indicates if the cookie has expired.
| Cookie | ||
|
toSharedObject():Object
Serialize data to a simple object.
| Cookie | ||
|
toURLString():String
Format data to render in the URL.
| Cookie | ||
| creation | property |
creation:Date [read-write]The cookie creation date
Implementation public function get creation():Date
public function set creation(value:Date):void
| expiration | property |
expiration:Date [read-write]The cookie expiration date.
Implementation public function get expiration():Date
public function set expiration(value:Date):void
| fromSharedObject | () | method |
public function fromSharedObject(data:Object):voidDeserialize data from a simple object.
Parametersdata:Object |
| isExpired | () | method |
public function isExpired():BooleanIndicates if the cookie has expired.
ReturnsBoolean |
| toSharedObject | () | method |
public function toSharedObject():ObjectSerialize data to a simple object.
ReturnsObject |
| toURLString | () | method |
public function toURLString():StringFormat data to render in the URL.
ReturnsString |