Hi Team, Having the problems while working with apache shiro.
I have an application with the basic configuration of shiro and spring. The application is working fine with shiro configuration, But my application has to restrict the multiple logins with in the same browser of same or different users. I able to control the same user but unable to control the multiple users. The reason is shiro generating same session id even for different users as well. If this session id differs from user to user then i able to control the multiple logins of same/different users in the same browser. How to handle it, Is there any available configuration to generate unique session id as per user login. Could you please suggest where it might went wrong and the way forward. Thanks in advance. -- Thanks & Regards Nagaraju Kurma
