EndSession Method (SessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The EndSession() method ends an active session and logs off any users that logged onto entities within this session, if they have not already been logged off manually.
'Declaration
Public Sub EndSession()
'Usage
Dim instance As SessionManager
instance.EndSession()
public void EndSession()