Programmer's Guide > Interfaces > Acl interface > GetCMSSession method
  
GetCMSSession method
Returns the CMSSession object associated with the given ACL session id.
This does not support the default (file-system) session id value of 0.
GetCMSSession(sessionId )
Parameters
longsessionId
Represents an active ACL session id.
Returns
CMSSession. CMSSession object associated with the given ACL session id.
null will be returned if the given ACL session id is invalid.