Get Cookies

From CometWiki

(Difference between revisions)
Jump to: navigation, search
Skrach (Talk | contribs)
(Created page with "===XAP Control: Get Cookies=== When issued to LUN 0 in an XAP program, the "Get Cookies" control retrieves all cookies associated with this browser as key: value pairs. Syntax:...")
Newer edit →

Revision as of 18:33, 6 November 2011

XAP Control: Get Cookies

When issued to LUN 0 in an XAP program, the "Get Cookies" control retrieves all cookies associated with this browser as key: value pairs.

Syntax:

output$ = Control( 0, "Get Cookies" )

Return Value:

String containing all cookies associated with this browser

Example Result:

name1=value1; name2=value2