RW_LIST_COOKIES


Purpose

Returns a list of all cookies that were submitted by the browser when requesting the HTML document.

Syntax

RW_LIST_COOKIES(vList)

Parameters

vList A variable in which to return the list of cookie names. The list is returned as a dynamic array, with elements separated by Attribute Marks.

Operation

Lists the first value of each attribute in the cookies input buffer.

Go to top button