0 Replies Latest reply on Nov 28, 2006 10:23 PM by purna_cherukuri

    How to avoid simultaneous login for same user...

    purna_cherukuri

      Hi,

      I am using JBoss-portal-2.4.0. As per my requirements, we are supposed to ristict the simultaneous login for same user..
      Means once user is in logged in state, We should not allow him/her to login from another client.
      For this we thought of creating one property in database which tell us about the user's login status. And when ever user logs in, we update that property to true, and on session invalidation, we have to make it false.

      I want to use the same jboss portal login setup for this..

      Can anyone help me in this..?

      Thanks in advance...