Results 1 to 2 of 2

Thread: Concurrent Session Control

  1. #1

    Default Concurrent Session Control

    Is it possible to programatically (at runtime) change the number of concurrent sessions a given user can have?

    Is it possible to have some users be able to have one concurrent session setting and others have another concurrent session setting?

  2. #2
    Join Date
    Jan 2008
    Posts
    1,833

    Default

    This could be done by writing your own implementation of SessionAuthenticationStrategy. Refer to ConcurrentSessionControlStrategy for an example of how to implement the interface.
    Rob Winch
    Twitter @rob_winch
    Spring Security Lead
    Spring by Pivotal

Posting Permissions

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