Shiro authentication with sessionId or username+password
问题 I do not have much experience in Java authentication frameworks and authentication workflow in general (only some theoretical knowledge), so for educational purposes I'm trying to create this type of authentication for my HTTP application: Client Posts login+password to /login . Shiro logs in the user by given credentials. Server returns client his sessionId . Client requests some kind of resource /myresource?sessionId=1234567 . Shiro logs in the Subject by given sessionId . Then server does