Session
Handles their session.
Summary
| Session | Handles their session. |
| Variables | |
| $data | Caches session data. |
| Functions | |
| open | Returns: true |
| close | Returns: true |
| read | Reads their session from the database. |
| write | Writes their session to the database, or updates it if it already exists. |
| destroy | Destroys their session. |
| gc | Garbage collector. Removes sessions older than 30 days and sessions with no stored data. |