|
Object: sapphire.cookie |
Description
Handles cookies.
File
WEB-CORE\scripts\sapphirecore.js
Properties
None.
getCookieCrumb |
Functionality
Gets a value from a cookie.
Parameters
| Parameter | Type | Description |
| sCrumbId | String | Name of the value. |
Returns
String.
setCookieCrumb |
Functionality
Sets the value of a cookie.
Parameters
| Parameter | Type | Description |
| sCrumbId | String | Property name for the cookie. |
| sValue | String | Value for the cookie. |
Returns
None.