Entering content frame

Background documentation Parameter Settings for Session Dispatching Locate the document in its SAP Library structure

The parameters below are used to configure the session dispatching.

 

Parameter

Description

Unit

Default Value

wdisp/HTTP/esid_support

The parameter determines whether the session dispatching is used with the session ID table. If the value is set to FALSE, the ESIDs are ignored and the old procedure used.

Truth variable (true or false)

true

wdisp/HTTP/jsessionid_tab_support

If the parameter is set to TRUE, the Web dispatcher uses the session ID table forJSESSIONID dispatching.

If the value is FALSE, for the dispatching the Web dispatcher uses the JESSIONIDS corresponding to the server names contained in the cookie.

If the cookie does not contain a valid server name, the request is treated as being stateless.

Truth variable (true or false)

true

wdisp/HTTP/max_session_tab_logon_groups

Maximum number of logon groups that the Web dispatcher supports. Here only the logon groups for which the Web dispatcher actually gets requests are considered, rather than all the logon groups configured in the system.

Integer

32

wdisp/HTTP/max_session_tab_entries

Maximum number of entries in the session ID table. If this limit is exceeded, requests that are not contained in the table are forwarded to a default server (for each logon group). This means there is no longer any load balancing. 

Integer

50000

wdisp/HTTP/context_timeout

Maximum duration of a session.

Session ID entries that have not been accessed for a long time can be removed from the table.

The parameter affects both ABAP and J2EE sessions.

Integer (seconds)

3600

 

Note

Parameters wdisp/HTTP/max_session_tab_entries and wdisp/HTTP/context_timeout correspond to parameters wdisp/HTTPS/max_client_ip_entries and wdisp/HTTPS/context_timeout, which are used for dispatching SSL end-to-end requests. When you set the parameters the documentation for the corresponding SSL parameters will provide you with some tips (see Parameterization of the SAP Web Dispatcher).

 

Leaving content frame