Web API Reference MapGuide Open Source

STRING MgMap::GetSessionId  ) 
 

Gets the identifier of the session associated with this map.

.Net Syntax
string GetSessionId();
Java Syntax
String GetSessionId();
PHP Syntax
string GetSessionId();

Returns:
Returns the session id of the map as a string.
Example (PHP)
See MgMap Class .