Author | Message |
---|---|
abhishek_sharma
Posts: 79
|
Posted 12:29 Jan 04, 2013 |
I want 1 user session and after going through I made following changes In web.xml I added <listener> In security.xaml I added <session-management session-authentication-error-url="/login.html" invalid-session-url="/home.html"> But still I can login from two different browser at the same time. Is I am doing anything wrong. It's been while I am trying to make this work . If anyone can help me |