Get Cookies

From CometWiki

Jump to: navigation, search

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