Session
The Session class defines the current user session. It stores a reference
to the current authenticated user, and provides methods to log in/out.
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
The CSRF token. |
|
| public |
The current authenticated user. |
|
Method Summary
| Public Methods | ||
| public |
Attempt to log in a user. |
|
| public |
logout() Log the user out. |
|
Reference
Source
