Click or drag to resize

MasterSettingKeySecureSessionCookie Field

The session cookie is by default required to be secure, i.e. must be transported on SSL In development, demo and test environments it can be ok to run insecure session cookies although the session can then be hijacked with network sniffing.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public const string SecureSessionCookie = "SecureSessionCookie"

Field Value

Type: String
See Also