From 8734ee74861f8ec0498d78a1a39c3d1f1718df4d Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 9 Nov 2018 13:50:13 -0500 Subject: [PATCH] (fix) be a bit more verbose when session is expired --- SoObjects/SOGo/SOGoWebAuthenticator.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoWebAuthenticator.m b/SoObjects/SOGo/SOGoWebAuthenticator.m index 7833c7e23..0a0271fea 100644 --- a/SoObjects/SOGo/SOGoWebAuthenticator.m +++ b/SoObjects/SOGo/SOGoWebAuthenticator.m @@ -82,7 +82,10 @@ value = [SOGoSession valueForSessionKey: _pwd]; if (!value) - return NO; + { + [self logWithFormat:@"Expired session received, redirecting to login page."]; + return NO; + } domain = nil; [SOGoSession decodeValue: value