Dear all, I am using Shiro 1.2.0 together with Jboss Seam Framework (2.2.0). I configured Shiro for web Authentication filter. The Problem is, that Shiros User context sems to be bound to Thread. I mean, whenever I query for "SecurityUtils.getSubject().getPrincipal()" i get the same user, if the thread (ID) is the same - which is normally clear and ok. My problem is, that I do have several Session beans for authentication, that share the same Thread, and therefore i get the same user all the time. Is there any suitable configuration/solution for handling such scenario? Thanks very much in advance.
Best regards Shannon -- View this message in context: http://shiro-user.582556.n2.nabble.com/Shiro-authentication-problems-when-same-thread-is-used-J2EE-tp7578810.html Sent from the Shiro User mailing list archive at Nabble.com.
