5 Replies Latest reply on Jun 23, 2011 10:37 AM by scatudal

    How to prevent mutiple logins in a clusterable way?

    piklos

      Hello all,
      I was wondering if there is a way for me to prevent users for login more than once into my seam application? My requirement is that if a user tries to login from browser/computer 2 after he has been successfully logged in from browser/computer 1, i should present him/her with a page and ask You are already logged in, do you want to continue using this session (all others will become unavailable)?, and if the user clicks yes he should automaticaly be logged out from browser/computer 1. To make things more complicated i have to be able to cluster this application so i cannot use simple maps to store all the identities/sessions.
      Please give me some hints.


      Thanks in advance.