DefaultSessionManager.create

Persists the given session instance to an underlying EIS (Enterprise Information System). This implementation delegates and calls <code>this.{@link SessionDAO sessionDAO}.{@link SessionDAO#create(hunt.shiro.session.Session) create}(session);<code>

@param session the Session instance to persist to the underlying EIS.

class DefaultSessionManager
protected
void
create

Meta