w3GetCookie returns the values of one or more cookies. Multiple cookies are requested by passing multiple attributes for the cookie name.
call w3GetCookie (value, name)
|
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