Ext.SetCookie( sNameValuePair)

Description

Allows SBM AppScript to set cookie name value pairs. Name Value Pairs are returned by Shell.HTTPCookie in the form "Name=Value" or "CookieName=CookieValue." For details, refer to HTTP Request Header Shell Properties.

Argument

sNameValuePair

Use this argument to add a cookie name that does not exist or update the value of a cookie name that exists.

Return Values

Boolean false if the cookie cannot be added or modified; true if the cookie is successfully added or modified.

Related Topics