Please help.
I'd like to obtain and use the shiro's session facilities in such way

1. Thrift client send the request including login+password.
2. Thrift server part obtain these login and password.
3. Server creates the shiro session (native).
How it can be done? Just by Java code, without implicit objects and
settings.
4. Server gets session id.
How it can be done? How to explicitly obtain session id?
5. Server sends back to client session id.
6. Client includes this session id to next request.
7. Server obtain session id and searches session by id.
How it can be done?


Thank you.



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Get-Shiro-session-id-explicitly-tp7578672.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to