@ -79,6 +79,10 @@ public class SessionRegistryImpl implements SessionRegistry, ApplicationListener
@@ -79,6 +79,10 @@ public class SessionRegistryImpl implements SessionRegistry, ApplicationListener
@ -111,7 +115,7 @@ public class SessionRegistryImpl implements SessionRegistry, ApplicationListener
@@ -111,7 +115,7 @@ public class SessionRegistryImpl implements SessionRegistry, ApplicationListener
Assert.hasText(sessionId,"SessionId required as per interface contract");
Assert.notNull(principal,"Principal required as per interface contract");
@ -143,7 +147,7 @@ public class SessionRegistryImpl implements SessionRegistry, ApplicationListener
@@ -143,7 +147,7 @@ public class SessionRegistryImpl implements SessionRegistry, ApplicationListener
if(info!=null){
if(logger.isDebugEnabled()){
logger.debug("Removing "+sessionId+" from set of registered sessions");
logger.debug("Removing session "+sessionId+" from set of registered sessions");
}
sessionIds.remove(sessionId);
@ -152,7 +156,7 @@ public class SessionRegistryImpl implements SessionRegistry, ApplicationListener
@@ -152,7 +156,7 @@ public class SessionRegistryImpl implements SessionRegistry, ApplicationListener
if(sessionsUsedByPrincipal!=null){
synchronized(sessionsUsedByPrincipal){
if(logger.isDebugEnabled()){
logger.debug("Removing "+sessionId+" from principal's set of registered sessions");
logger.debug("Removing session "+sessionId+" from principal's set of registered sessions");