oh je
This commit is contained in:
@@ -58,20 +58,7 @@ namespace BeWoPlanerMobil.Controllers
|
||||
}
|
||||
}
|
||||
|
||||
public static int TimeoutLimit
|
||||
{
|
||||
get
|
||||
{
|
||||
var timeUntilUILock = BS.Shared.Settings.ApplicationSettings.TimeUntilUILock;
|
||||
|
||||
if(timeUntilUILock > 0 && System.Web.HttpContext.Current.Session.Timeout > timeUntilUILock)
|
||||
{
|
||||
return timeUntilUILock;
|
||||
}
|
||||
|
||||
return System.Web.HttpContext.Current.Session.Timeout;
|
||||
}
|
||||
}
|
||||
public static int TimeoutLimit => System.Web.HttpContext.Current.Session.Timeout;
|
||||
|
||||
[Authorize]
|
||||
public ActionResult UpdateApplicationSettings(string pKey, string pValue)
|
||||
|
||||
Reference in New Issue
Block a user