Enum IisSessionStateCookieMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The session state cookie mode.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisSessionStateCookieMode
Fields
AutoDetect = 1
The cookie mode is auto detect.
Unknown = 0
The cookie mode is unknown.
UseCookies = 2
The cookie mode is use cookies.
UseDeviceProfile = 3
The cookie mode is use device profile.
UseUri = 4
The cookie mode is use URI.