forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdelete-session.xml
More file actions
65 lines (49 loc) · 1.36 KB
/
Copy pathdelete-session.xml
File metadata and controls
65 lines (49 loc) · 1.36 KB
1
<doc> <legacy_id></legacy_id> <name>delete session</name> <type>command</type> <syntax> <example>delete session</example> </syntax> <synonyms> </synonyms> <summary>Ends the current session and deletes it from the server.</summary> <examples><example>delete session</example> </examples> <history> <introduced version="5.0">Introduced</introduced> <deprecated version=""></deprecated> <removed version=""></removed> </history> <objects> </objects> <platforms> <mac/> <windows/> <linux/> </platforms> <classes> <server/> </classes> <security> </security> <classification> <category>Images & Multimedia</category> </classification> <references> <command tag="stop session">stop session Command</command> <command tag="start session">start session Command</command> <property tag="sessionSavePath">sessionSavePath Property</property> <property tag="sessionId">sessionId Property</property> <property tag="sessionName">sessionName Property</property> <property tag="sessionLifetime">sessionLifetime Property</property> </references> <description> <overview>Use the <b>delete session</b> command to end the current session, expiring the session cookie and discarding any values contained in the $_SESSION variable.</overview> <parameters> </parameters> <value></value> <comments></comments> </description></doc>