Session Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
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.
Inheritance
- 
      System.Object
      - 
          Session
          - Session
 
 
- 
          Session
          
Syntax
public class Session : Session, ISession, ISessionRemarks
Only one app can be open in a session at a time
Properties
| Name | Description | 
|---|---|
| AppIdentifier | App identifier | 
| Default | Default session usable for connecting to the hub | 
| Random | Initializes a globally unique session. | 
Methods
| Name | Description | ||||||
|---|---|---|---|---|---|---|---|
| WithApp(IAppIdentifier, SessionType) | Initializes an app specific session 
 | ||||||
| WithApp(IAppIdentifier, String) | Initializes a app specific session with a custom session token | ||||||
| WithApp(String, SessionType) | Initializes an app specific session 
 | ||||||
| WithApp(String, String) | Initializes a app specific session with a custom session token |