SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.SetCookie( sNameValuePair)
Allows SBM ModScript 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.
sNameValuePair
Use this argument to add a cookie name that does not exist or update the value of a cookie name that exists.
Boolean false if the cookie cannot be added or modified; true if the cookie is successfully added or modified.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.