From 3bd49aa0a5528aaf861b07e371da0c8ec76beddd Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Mon, 11 Dec 2023 15:42:19 +0100 Subject: [PATCH] fix lettura variabile scadenza login --- MP.Data/Services/TabDataService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP.Data/Services/TabDataService.cs b/MP.Data/Services/TabDataService.cs index 6d2629c4..baa9cbb9 100644 --- a/MP.Data/Services/TabDataService.cs +++ b/MP.Data/Services/TabDataService.cs @@ -3031,7 +3031,7 @@ namespace MP.Data.Services protected void setExpDays() { - ConfigGetVal("cookieDayExpire", ref expMinutes); + ConfigGetVal("TAB_dtTimerScadLogin", ref expMinutes); } #endregion Protected Methods