Skip to content

/AWS1/CL_BDOSESSIONCONF

The session configuration for an MCP gateway. This structure defines settings that control session behavior.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_sessiontimeoutinseconds TYPE /AWS1/BDOINTEGER /AWS1/BDOINTEGER

The session timeout in seconds. After this timeout, the session expires and subsequent requests to this session will receive an error. The minimum value is 900 seconds (15 minutes), the maximum value is 28800 seconds (8 hours), and the default value is 3600 seconds (1 hour).


Queryable Attributes

sessionTimeoutInSeconds

The session timeout in seconds. After this timeout, the session expires and subsequent requests to this session will receive an error. The minimum value is 900 seconds (15 minutes), the maximum value is 28800 seconds (8 hours), and the default value is 3600 seconds (1 hour).

Accessible with the following methods

Method Description
GET_SESSIONTIMEOUTINSECONDS() Getter for SESSIONTIMEOUTINSECONDS, with configurable defaul
ASK_SESSIONTIMEOUTINSECONDS() Getter for SESSIONTIMEOUTINSECONDS w/ exceptions if field ha
HAS_SESSIONTIMEOUTINSECONDS() Determine if SESSIONTIMEOUTINSECONDS has a value