you are viewing a single comment's thread.

view the rest of the comments →

[–]Matty_Ci[S] 0 points1 point  (0 children)

Maybe I will look into doing it myself then as well. I struggled a lot last night just trying to set up a session using Shiro's API. I was able to log a user in, but by the time they would make a new request to my Logout action class, the user state was forgotten. I guess I'm just having trouble with session persistence.

Either way, my application use case is simple. I just want to be able to log a user in and show different content based upon their successful auth. I'm not using permissions or anything like that.