Change webdav and remoting URLs
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / WebCmsSessionImpl.java
index b30b00323eab91659404831e7b7560e6325f8825..cff723e13a589df78dc1b9a4460f86ee730f4f95 100644 (file)
@@ -86,6 +86,7 @@ public class WebCmsSessionImpl implements WebCmsSession {
 
                public void cleanUp() {
                        try {
+                               httpSession.setAttribute(HttpContext.REMOTE_USER, null);
                                httpSession.setAttribute(HttpContext.AUTHORIZATION, null);
                                // httpSession.setMaxInactiveInterval(1);
                        } catch (Exception e) {