Sets if the current windows authenticated user must reauthenticate after
session timeout.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[BoolValidatorAttribute] [ManagerTabAttribute(ManagerTab.Security)] [ConfigurationPropertyAttribute("uiKeepUserLoggedOn", DefaultValue = "true", IsRequired = false)] public bool UIKeepUserLoggedOn { get; set; } |