Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : GetCookies( ) method
 

GetCookies( ) method

Get all the cookies for this request.
Return type: INTEGER (the number of cookies returned)
Access: PUBLIC
Applies to: OpenEdge.Web.WebRequest class

Syntax

GetCookies ( OUTPUT cookies AS Cookie EXTENT )
cookies
An array of cookie objects.