| 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 SessionId As String
Get
Set
property String^ SessionId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringRemarks It's important to give the same session id for a better management of the undo/redo, logs etc...
See Also