Log out home session.
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 28 Jul 2021 04:52:49 +0000 (06:52 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 28 Jul 2021 04:52:49 +0000 (06:52 +0200)
core/org.argeo.suite.ui/src/org/argeo/suite/ui/SuiteUi.java

index c29ff596221ee2d5eacb8dd7f8ec8a299bbf6963..187888e55e0190d4b5a2cd8b2998627622d46ddb 100644 (file)
@@ -175,7 +175,7 @@ class SuiteUi extends Composite {
        synchronized void logout() {
                userDir = null;
                Jcr.logout(sysSession);
        synchronized void logout() {
                userDir = null;
                Jcr.logout(sysSession);
-//             Jcr.logout(homeSession);
+               Jcr.logout(homeSession);
                currentLayerId = null;
                workAreas.clear();
        }
                currentLayerId = null;
                workAreas.clear();
        }