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)
![]() |
Retrieves the value of a
cookie
.
RW_GET_COOKIE(Name, vValue)
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
JavaScript
escape() method.