Programmer's Guide > Interfaces > Application interface > logicalIdToSession method
  
logicalIdToSession method
If the specified path is the correct Logical ID format for a connected CMS, this returns the CMSSession object associated with that session.
logicalIdToSession(logicalId )
Parameters
StringlogicalId
CMS-specific Logical ID. The existence of this Logical ID is not considered when looking for a session.
Returns
CMSSession. CMSSession which claimed ownership of the given Logical ID. Will return null if no session claimed ownership.