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

ParameterTypeDescription
sCrumbIdStringProperty name for the cookie.
sValueStringValue for the cookie.

Returns

None.