Click or drag to resize
Askia

IContextSessionId Property

Arbitrary session id in which the request is made. This session id should be the same for all requests made by a client session.

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
string SessionId { get; set; }

Property Value

Type: String
Remarks
It's important to give the same session id for a better management of the undo/redo, logs etc...
See Also