Returns the application 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 Session associated with this Subject. @see #getSession(boolean) @si
()
| 403 | * @since 0.2 |
| 404 | */ |
| 405 | Session getSession(); |
| 406 | |
| 407 | /** |
| 408 | * Returns the application {@code Session} associated with this Subject. Based on the boolean argument, |
no outgoing calls