Results 1 to 3 of 3

Thread: Spring Security Session Clustering

  1. #1
    Join Date
    Dec 2011
    Posts
    5

    Default Spring Security Session Clustering

    I am curious if Spring Security has a way of doing session clustering, similar to how Shiro does it (http://shiro.apache.org/session-mana...sionClustering).

    I want to share a session between multiple instances of 1 application. But, I also want to share it with instances of other web applications (thus causing a form of SSO).

    The way I see it:
    - I set a cookie with a domain covering all applications, containing a session id.
    - When I reach the application, the session id gets read from the cookie and retrieved from a distributed cache (terracotta, EhCache, ...)
    - Application flow continues.

    I prefer not using a container specific solution, but I can if I need to.

    Where do I start?

    Thank u.

  2. #2
    Join Date
    Mar 2011
    Posts
    9

    Default

    Did you get it figured out? If so, are you willing to share?

    I am trying to move away from JBoss Container-Managed security (which supports SSO and Session-replication/clustering), and I need Spring Security to do the same functionality as JBoss or I cannot make the move.

    Thanks

  3. #3
    Join Date
    Dec 2011
    Posts
    5

    Default

    Sorry,

    This is still an open issue for us aswell. Lets hope someone else can help us out soon.

    Kind regards,
    Maarten

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •