Raster.getCookie( name )
Gets a cookie.Parameters
Name | Type | Description | |
---|---|---|---|
name | string | The name of the cookie to be retrieved. |
Returns
Type | Description |
---|---|
string |
the value of the cookie, if the cookie
name is not found. |
Name | Type | Description | |
---|---|---|---|
name | string | The name of the cookie to be retrieved. |
Type | Description |
---|---|
string |
the value of the cookie, if the cookie
name is not found. |