Results 1 to 2 of 2

Thread: How does acegi work in a webfarm environment

  1. #1
    Join Date
    Dec 2005
    Posts
    3

    Default How does acegi work in a webfarm environment

    Hi! I would like to incorporate some sign-on cookie (not CAS), for remembering the logged in user, when the Acegi protected application is deployed behind a load balancer, or a farm of application servers. Having sticky sessions is not an option.

    Will the token based rememberMe be enough?

    If anyone has implemented their own cookie filter for this, please let me know the steps.

    Thanks

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    You could adapt remember-me for this, but something will need to send the initial remember-me token. It's probably architecturally cleaner to write your own equivalent to the CAS handling classes. You'll need an authentication provider and an authentication mechanism that handles your own custom Authentication implementation, and detection of your cookie respectively.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

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