Cookie.HttpOnly() Method

Version: Available or changed with runtime version 13.0.

True if the cookie is HttpOnly, false otherwise.

Syntax

HttpOnly :=   Cookie.HttpOnly()

Note

This method can be invoked using property access syntax.

Parameters

Cookie
 Type: Cookie
An instance of the Cookie data type.

Return Value

HttpOnly
 Type: Boolean
True if the cookie is HttpOnly, false otherwise.

See Also

Cookie Data Type
Getting Started with AL
Developing Extensions