%Response system variable
Description
%Response returns a reference to the response object. This reference can be used like an object, that is, you can use this as part of a dot notation string. For example:
&CookieArray = %Response.CookieNames();
This system variable is applicable only in an internet script.