Results 1 to 2 of 2

Thread: spring security concurrent-session-control

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Posts
    1

    Default spring security concurrent-session-control

    Using spring security concurrent-session-control we can stop a single user loggin in twice.

    My requirement is i should not allow two persons access the same page at the same time.
    For eg. When an admin is using modify details page and another admin tries to access the page the system has to give an error saying "You cannot use this page at this time" .

    Kindly advice.

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    This isn't something that Spring Security supports. The implementation would probably depend heavily on the details of the requirements.
    Spring - by Pivotal
    twitter @tekul

Posting Permissions

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