Beispiel #1
0
 /// <summary>
 /// Returns the max number of minutes the cookie should stay alive
 /// </summary>
 /// <returns></returns>
 public int GetCookieTimeOut()
 {
     return(ConfigValues.GetValue <int>(Configurations.CookiesTimeOut));
 }