Subject.getSession

Returns the application {@code Session} associated with this Subject. If no session exists when this method is called, a new session will be created, associated with this Subject, and then returned.

@return the application {@code Session} associated with this Subject. @see #getSession(bool)

  1. Session getSession()
    interface Subject
    getSession
    ()
  2. Session getSession(bool create)

Meta