WebSessionVar.Value Field
wodWebServer.NET Help file

WebSessionVar.Value Field

Holds value of the session variable.

public object Value;

Remarks

You can set any value to this property. It will not be shown to the client in any way, and will be preserved after user reconnects and requests new page from the server.

See Also

WebSessionVar Class | WeOnlyDo.Server Namespace