<security:concurrent-session-control max-sessions="1" exception-if-maximum-exceeded="true" expired-url="/login" />
the above approach manages max user login sessions in spring security framework, is there anyway like this in apache shiro? i unable to manage or configure maximum sessions for the users, as we are having org.apache.shiro.concurrent.SubjectAwareExecutor can we with this class anything to have the awareness on currenlty logged in user. if is there any way with this or if is there any another way to handle it please let me have that great solution. thanks :) -- Regards,**** Nagaraju.
