SessionCookieName Property

HttpServer.dll

Name of cookie where session id is stord.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string SessionCookieName { get; set; }
Visual Basic (Declaration)
Public Property SessionCookieName As String
Visual C++
public:
property String^ SessionCookieName {
	String^ get ();
	void set (String^ value);
}

See Also