sessionId Function
Dynamics AX 2009
Retrieves the session number of the current session.
int sessionId()
A session number is assigned when the Microsoft Dynamics AX client is started and connects to the AOS server. Every call of this function during the life of the Microsoft Dynamics AX client will return the same integer value.
The returned value is compatible with the SessionID extended data type.
The xSession class contains methods that return information about individual user sessions.
Community Additions
ADD
Show: