SessionKey.getSessionId

Returns the id of the session to acquire. <p/> Acquiring sessions by ID only is a suitable strategy when sessions are natively managed by Shiro directly. For example, the Servlet specification does not have an API that allows session acquisition by session ID, so the session ID alone is not sufficient for ServletContainer-based SessionManager implementations.

@return the id of the session to acquire.

interface SessionKey
string
getSessionId
()

Meta