Cookie.Domain() Method

Version: Available or changed with runtime version 13.0.

The domain of the cookie. It defines to which host the cookie can be sent to.

Syntax

Domain :=   Cookie.Domain()

Note

This method can be invoked using property access syntax.

Parameters

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

Return Value

Domain
 Type: Text
The domain of the cookie.

See Also

Cookie Data Type
Getting Started with AL
Developing Extensions