getSessionId()
Get the current session identifier.
Syntax
getSessionId()
RETURNS STRING
Usage
You can use it to return the id of a session. This identifier can be used to locate log files in GAS / JGAS and GGC. Log file names will include this session identifier. For example:
DISPLAY "The current session id is " || ggc.getSessionId()