We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d1014 commit 21752baCopy full SHA for 21752ba
dotnet/src/dotnetframework/GxClasses/Middleware/GXHttp.cs
@@ -2041,7 +2041,6 @@ private bool ValidWebSession()
2041
#else
2042
bool isExpired = IsFullAjaxRequest(HttpContext.Current) && this.AjaxOnSessionTimeout() == "Warn" && GxWebSession.IsSessionExpired(localHttpContext);
2043
#endif
2044
-
2045
if (isExpired)
2046
{
2047
GXLogging.Info(log, "440 Session timeout. Web Session has expired and GX' OnSessionTimeout' Pty is set to 'WARN'");
0 commit comments