summaryrefslogtreecommitdiff
path: root/app/SessionDatabaseHandler.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-20Code StyleGreg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-27Fix: error auto-upgrading from 2.1 to 2.2.0 due to changes in timestamp libraryGreg Roach1-37/+3
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-1/+1
2024-01-14Fix: #4869, #4906 - session time not updatedGreg Roach1-6/+7
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-27PHP 8.0 - Signature of SessionHandlerGreg Roach1-7/+6
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-1/+1
2022-02-23Fix: #4229 - timestamp formatGreg Roach1-1/+1
2022-02-20Fix: error creating new sessionsGreg Roach1-1/+2
2022-02-20Error deleting old sessionsGreg Roach1-1/+3
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-3/+3
2022-01-03PHP8.1 compatibilityGreg Roach1-5/+3
2021-12-03PHP8.1 compatibilityGreg Roach1-0/+1
2021-10-15Prefer object to stdClassGreg Roach1-2/+1
2021-10-15Update signature for session gc handlerGreg Roach1-3/+2
2021-10-06Compatibility with PHP 8.1Greg Roach1-2/+3
2021-05-18CodeStyleGreg Roach1-23/+26
2021-03-21Do not rename parameters during inheritanceGreg Roach1-14/+14
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-04-20CodeStyleGreg Roach1-9/+13
2020-04-20#3186 - Remove redundant writes to wt_session for performance and better conc...Greg Roach1-10/+43
2019-10-17PSR12Greg Roach1-0/+1
2019-10-12Working on request/base URL logicGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-2/+3
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-04-16CodeStyleGreg Roach1-2/+2
2019-04-16Split Session class into session management and session persistenceGreg Roach1-0/+115