Click or drag to resize
ISession Interface
Contains Information to attach to a specific qlik engine session When connecting to a Qlik Sense app you can work with sessions. Sessions specify who should see changes in an app, and are based on combining userId and session key.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface ISession

The ISession type exposes the following members.

Properties
  NameDescription
Public propertyAppIdentifier
App identifier
Public propertyApplicationPath
Application path
Public propertySessionToken
Session token
Top
Remarks
Only one app can be open in a session at a time
See Also