How do you manange the situation if user starts 2 sessions simultaneously ( say from different machines)? I am planning to use HTTPSession object for my state and no Statful session bean. Any inputs are welcome.
I'm guessing this means that you don't want the same user id to be logged in multiple times. If this is the case, you have to keep track of who is logged in an prevent multiple logins.