MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgSite::DestroySession ( CREFSTRING  session)

Destroys the specified session and discards any resources stored in the session repository.

.NET Syntax
void DestroySession(string session);
Java Syntax
void DestroySession(String session);
PHP Syntax
void DestroySession(string session);
Parameters:
session(String/string) Identifier returned from CreateSession.
Returns:
Returns nothing.
Example (PHP)
 $site->DestroySession($site->GetCurrentSession());
Exceptions:
[[Tobe documented]]
See also:
CreateSession
GetCurrentSession