spring-session icon indicating copy to clipboard operation
spring-session copied to clipboard

Review Servlet spec on session semantics in distributed environments

Open vpavic opened this issue 3 years ago • 0 comments

We should probably review Servlet spec on session semantics in distributed environments and see whether Spring Session needs some alignment there. This especially goes for session events, where Spring Session behavior ATM is to publish events to all nodes in the cluster.

Relevant Servlet spec sections:

  • https://jakarta.ee/specifications/servlet/5.0/jakarta-servlet-spec-5.0.html#distributed-environments
  • https://jakarta.ee/specifications/servlet/5.0/jakarta-servlet-spec-5.0.html#distributed-containers

vpavic avatar Aug 11 '22 21:08 vpavic