Back to product page

ID property


Holds session ID user for enumeration.

Type

String.

Syntax

  • C#
  • VB.NET
String ID {get; set;};

Property ID As String

Remarks

ID property session identifier for this user. It is made of random characters, and sent to the client as a cookie which will be returned in each new user's request.

Usually you will not change this value, unless you want to use your own session identifiers. In that case you should make sure they are unique, since wodWebServer.NET will not test for it.

Platforms

Windows