MapGuide API Reference
|
void MgSite::DestroySession | ( | CREFSTRING | session | ) |
Destroys the specified session and discards any resources stored in the session repository.
void DestroySession(string session); |
void DestroySession(String session); |
void DestroySession(string session); |
session | (String/string) Identifier returned from CreateSession. |
$site->DestroySession($site->GetCurrentSession());
[[To | be documented]] |