C-DEngine 5.105

TheSessionState..::..StateCookies Property

Name/Value pairs of all session state cookies

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public cdeConcurrentDictionary<string, string> StateCookies { get; set; }
Public Property StateCookies As cdeConcurrentDictionary(Of String, String)
	Get
	Set
public:
property cdeConcurrentDictionary<String^, String^>^ StateCookies {
	cdeConcurrentDictionary<String^, String^>^ get ();
	void set (cdeConcurrentDictionary<String^, String^>^ value);
}