Set Platform Cookie Function
The set_platform_cookie function sets the Internet Explorer cookie. It can only get Internet Explorer cookies that are persistent and that are not of type HTTPOnly. It uses the following format:
get_platform_cookie(url, name, value)
where:
url is a string that contains the URL that Siebel CRM Desktop SSO uses to set the cookie.
name is a string that contains the name of the cookie.
value is a string that contains the data that Siebel CRM Desktop SSO associates with the cookie.
For example:
sso_client.set_platform_cookie("http:\\some.site.com", "Cookie_name",
"Cookie_value");