sessionEndCursor
sessionEndCursor(cursor: IOrbSessionCursor) typeMethod;
The sessionEndCursor method of the Orb class terminates the session referenced by the cursor parameter, provided the cursor parameter references a valid session. The underlying session is deleted and is longer valid.
The typical sessionEnd method can be called only during an active request and terminates the current session.
The sessionEndCursor method allows terminating any session at any time. After this method returns, the cursor parameter references an invalid object.
This method cannot be called in transaction state.
