Get Cookies

From CometWiki

(Difference between revisions)
Jump to: navigation, search
(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:...")
m (XAP Control: Get Cookies)
 
Line 1: Line 1:
===XAP Control: Get Cookies===
===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.
+
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:
Syntax:

Latest revision as of 18:34, 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
Personal tools