!--a11y-->
AS Java Session Identifier 
The general form of the AS Java session identifier is similar to the ABAP session identifier described in the previous section (ABAP Session Identifier). As opposed to the ABAP identifier, the contents of the JSESSIONID cookie are not evaluated to find the correct server name.
Cookie: JSESSIONID=<sap-j2ee-sid>
When specified in the URL instead of a cookie, the AS Java session ID is included as a standard semicolon-separated URI parameter (see RFC 2396: Section 3.3 “Path Component”). The name of the URI-parameter is “jsessionid”.

<uri-path-segment> ;jsessionid=<sap-j2ee-sid>
Example
/sap/j2ee;jsessionid=<sap-j2ee-sid>/foo/bar