Session Class
  Namespace: Qlik.Sense.JsonRpc
Assembly: Qlik.Sense.JsonRpc.dll
  Assembly: Qlik.Sense.JsonRpc.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
 
 
Syntax
public class Session : ISessionRemarks
Only one app can be open in a session at a time
Properties
| Name | Description | 
|---|---|
| ApplicationPath | 
           Application path  | 
      
| Default | 
           Default session usable for connecting to the hub  | 
      
| Random | 
           Initializes a globally unique session.  | 
      
| SessionToken | 
           Session token  | 
      
| Ttl | 
           The session time-to-live to use. Specify negative value to use system default. Default value is -1.  |