Script functions reference > Script functions in alphabetical order > S > SessionEnd

SessionEnd
Syntax
SessionEnd(str_session_name);
str_session_name
Description
Ends a session in the StreamServer, and removes all associated variables.
Returns
1
0
Example
Ends a session called My_Session:
sessionend("My_Session");
OpenText StreamServe 5.6.2 Updated: 2018-01-26