Skip to main content
Skip table of contents

SignoutSession: log out of current session

Tag: SignoutSession

The SignoutSession function automates the action of signing out of the current session.

The current session is the session active at the time SignoutSession is executed: it may be the session in the main window, or the session in the current module. If the same session is loaded in the module and the main window, it is disconnected everywhere.

image-20240327-210710.png

Example Script

XML
<ytriaAutomation Application="sapio365" console="false">

    <ShowUsers>
		<GroupBy ColumnID="userType" Target="Users"/>
	</ShowUsers>
	  
    signout main session
	<SignoutSession/>
	
</ytriaAutomation>

XML
<ytriaAutomation Application="sapio365" console="false">

    <ShowUsers>
		<GroupBy ColumnID="userType" Target="Users"/>
	
		signout session in Users module
    	<SignoutSession/>
	</ShowUsers>
	  
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.