Method |
Description |
Cookie( )
|
Returns a new cookie object set to the specified value. |
expires( )
|
Returns the GMT string representation of the expiration date of the specified cookie object. |
getDomain( )
|
Returns the domain name of the specified cookie object. |
getExpires( )
|
Returns the expiration date of the specified cookie object. |
getName( )
|
Returns the name of the specified cookie object. |
getPath( )
|
Return the path of the specified cookie object. |
getValue( )
|
Returns the value of the specified cookie object. |
isSecure( )
|
Returns whether the specified cookie is transferred over a secured connection. |
setDomain( )
|
Sets the domain name of the specified cookie object. |
setExpires( )
|
Sets the expiration date of the specified cookie object. |
setIsSecure( )
|
Sets whether the specified cookie object is transferred over a secures connection. |
setPath( )
|
Sets the path of the specified cookie object. |
setValue( )
|
Sets the value of the specified cookie object. |
toString( )
|
Returns the string representation of the specified cookie object. |