Interface ScriptSessionManager
Defined in typescript-definitions.ts:3678
Properties
session Id
session Id: string
Defined in typescript-definitions.ts:3694
Methods
get
get( key: null | string ) : JsonType
Defined in typescript-definitions.ts:3684
get Session Id
get Session Id( ) : string
Returns string
Defined in typescript-definitions.ts:3689
put
put( key: null | string , value: JsonType ) : void
Returns void
Defined in typescript-definitions.ts:3702
put Into Session
put Into Session( sessionId: null | string , key: null | string , value: JsonType ) : void
Parameters
sessionId: null | string
key: null | string
Returns void
Defined in typescript-definitions.ts:3713
remove
remove( key: null | string ) : JsonType
Defined in typescript-definitions.ts:3722
Session manager.