!--a11y-->
J2EE
Session IdentifierThe general form of
the J2EE session identifier is similar to the ABAP session identifier
described in the previous section (
ABAP Session
Identifier). As opposed to the ABAP identifier, the destination server
name is enclosed in parentheses (“()”) instead of
colons.

<sap-j2ee-sid> = URL-encode( “(“<sap-server-name> ”)”<internal-id>End )
Example
(ls3022_BIN_12)ID47500DB0.5138181876605873End
specifies a session on the SAP application server ls3022_BIN_12 (see also the example for the ABAP identifier in the previous section).
Cookie: JSESSIONID=<sap-j2ee-sid>
When specified in the URL instead of a cookie, the J2EE 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
