Notifications
Announcements
No record found.
Hello,
I have seesion ID (XSession::sessionId()) , and I want to resolve the session object itself (not the ID).
How can I do that?
Thanks :)
*This post is locked for comments
This script will return the session object:
xSession SessionObject = new xSession(sessionid());
You can supply any active session id, for example:
xSession SessionObject = new xSession(2); // considering 2 is active session
// now you can explore SessionObject properties
you can get the session object with current session id:
sysServerSessions _ServerSessions;
select _ServerSessions exists join _ClientSessions where _ClientSessions.SessionId == sessionID()
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 4 Most Valuable Professional
Priya_K 4
MyDynamicsNAV 2