SessionEnd Syntax SessionEnd(str_session_name); str_session_name A string specifying the session name. Description Ends a session in the StreamServer, and removes all associated variables. Returns 1 OK 0 Failed Example Ends a session called My_Session: sessionend("My_Session");
SessionEnd(str_session_name);
str_session_name
1
0
sessionend("My_Session");