@ -167,8 +167,10 @@ public class RedissonSession extends StandardSession {
newMap.put("session:isValid", isValid);
newMap.put("session:isNew", isNew);
for (Entry<String, Object> entry : attrs.entrySet()) {
newMap.put(entry.getKey(), entry.getValue());
if (attrs != null) {
}
map.putAll(newMap);
@ -171,8 +171,10 @@ public class RedissonSession extends StandardSession {
@ -172,8 +172,10 @@ public class RedissonSession extends StandardSession {