
Hello,
How can I get the current Session ID?
(Or a number that is unique for the current computer).
Thanks :)
*This post is locked for comments
I have the same question (0)Eitan, just use the SessionId() function, for example:
info(strFmt('Session Id = %1', SessionId()));