Hi all, I'm getting this strange error on: "org.apache.shiro.session.InvalidSessionException: java.lang.IllegalStateException: getAttribute: Session already invalidated"
on: HttpSessionManager.sessionCreated(session, SecurityUtils.subject.principal) The error comes from SecurityUtils.subject.principal The attribute that's causing the error is org.apache.shiro.subject.support.DelegatingSubject.RUN_AS_PRINCIPALS_SESSION_KEY Any idea why? Thanks in advance, Joud
