Cookie
Cookie$
Contains an application defined value
Runtime-only String property
Cookie$
Contains an application defined value
Runtime-only String property
Introduced in KCML version 7.07
This property is used to retrieve a cookie associated with the HTML document being displayed. The format will be a string of one or more 'name=value' pairs separated by semicolons.
Dereferencing the Cookie$ property will return all the pairs in a single string. However they can only be set one at a time. Assigning a list of values to Cookie$ will result in only the first value being set. Thus if you want to add a value to a cookie or modify an existing value you can simply assign that single value to Cookie$.