Returns any cookies sent by the client to the specified request object.
Syntax
cookieData( request )
request.cookieData( )
Parameters
request
|
the request object to use.
|
Returns
string
|
the cookie data.
null if none.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
cookies = Request( ).cookieData( )
|