Show TOC

Background documentationicm/HTTP/ASJava/disable_url_session_tracking Locate this document in the navigation structure

 

With this parameter you can deactivate URL session tracking for AS Java (assignment of stateful sessions using the URL).

If you set the value to TRUE, you can only track the session using cookies.

Caution Caution

Java applications that are configured so that they track sessions only using the URL (with element url-session-tracking in the extra Web deployment descriptor) no longer work.

End of the caution.

Structure

Work area

Internet Communication Manager

Unit

Truth value

Standard value

FALSE

Caution Caution

This is the kernel default. When AS Java is upgraded, SAPJup sets the value to TRUE.

End of the caution.

Dynamically changeable

-

Value Range and Syntax

Possible values are TRUE and FALSE, standard value is FALSE, this means that sessions can be tracked using the URL.

More Information

Note the following documentation associated with this parameter:

URL Rewriting as an Alternative to Cookies

AS Java Cookies