| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-08 | drop SESSION-specific stuff and move encrypt/decrypt helpers to a separate ↵ | Andrew Dolgov | |
| class; add a command line flag to generate encryption keys | |||
| 2025-04-07 | rename SODIUM_ENCRYPTION_KEY to SESSION_ENCRYPTION_KEY and move related ↵ | Andrew Dolgov | |
| stuff to Sessions class | |||
| 2025-04-07 | add optional encryption for stored session data using Sodium library | Andrew Dolgov | |
| 2025-04-07 | allow setting lifetime to 0 for session cookies | Andrew Dolgov | |
| 2024-12-14 | Remove use of 'ReturnTypeWillChange'. | wn_ | |
| 'ReturnTypeWillChange' was a workaround needed until we reached PHP 8.0, which introduced union types and allowed alignment with 'SessionHandlerInterface'. | |||
| 2024-11-23 | Use native union types in most places. | wn_ | |
| 2024-07-12 | Move side effects out of the 'Sessions' constructor. | wn_ | |
| 2024-07-11 | Add and use the 'Sessions' class. | wn_ | |