ISessionsApi Interface

GF API Documentation
Public API for user sessions

Namespace:  GF.Api.Connection.Sessions
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public interface ISessionsApi

The ISessionsApi type exposes the following members.

Methods

  NameDescription
Public methodDisconnectSession
Disconnects logged-in user session
Public methodGetLoggedInUserSessions
Raised when user sessions change
Top
Events

  NameDescription
Public eventLoggedInUserSessionsChanged
Raised when logged-in user sessions updated e.g. when user connects/disconnects from another location
Top
Remarks

Only one login is permitted per server, per user-UUID pair. A single user can log in to multiple servers at once from the same application. A single user can log in to the same server from different applications at once. A user already logged into a server on a given application can't log in to the server on different instance of the same application unless they force login or disconnect the other session.
See Also

Reference