w3GetCookie

w3GetCookie returns the values of one or more cookies. Multiple cookies are requested by passing multiple attributes for the cookie name.

Syntax

call w3GetCookie (value, name)

Parameters

value

Out

The value for each cookie specified. Non-existing cookie names return as an empty or non-existent attribute.

name

In

The cookie name being requested.

 

Example Programs

cookie.show