External Interfaces > RealWeb > RealWeb API > Cookies > RW_GET_COOKIE

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RW_GET_COOKIE (RealWeb) (rw_get_cookie.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RW_GET_COOKIE


Purpose

Retrieves the value of a cookieClosed .

Syntax

RW_GET_COOKIE(Name, vValue)

Parameters

Name The name of the required cookie.

vValue A variable in which to return the value of the cookie. If the cookie does not exist, vValue is set to an empty string.

The value extracted from the cookie is decoded to convert each escape sequence in the form %xx, (where xx is two hexadecimal digits) to the single character represented by the hexadecimal digits in the Latin-1 encoding. This encoding is fully compatible with the JavaScriptClosed escape() method.

RealityV15.1 (MoTW) Revision 7Comment on this topic