I was just playing around with a similar flow. I wanted to force the `login()` call from outside of the typical Filter example.
The key thing to make sure you have setup is that the Shiro filter is executed first. This binds the subject (anonymous or otherwise) to the session. Instead of a `doc` file can you post a sample app on Github? On Thu, Mar 15, 2018 at 10:06 AM, imsammyd <[email protected]> wrote: > I spent some time trying to make sure that there were no cache errors, I > don't see anything about cache misses. I still need to re-authenticate when > I hit a new application. Is there something additional that needs to > happen > with my JSF login bean? Do I need to look sessions up or anything? > > > > -- > Sent from: http://shiro-user.582556.n2.nabble.com/ >
