summaryrefslogtreecommitdiff
path: root/app/Session.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-2/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-1/+1
2021-11-21CodeStyleGreg Roach1-6/+12
2021-10-29CodeStyleGreg Roach1-1/+1
2021-09-22Call function explicitly via closureGreg Roach1-1/+2
2021-09-22No longer need support for PHP 7.3Greg Roach1-14/+8
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-09-20Use 'secure prefix' for session cookie on secure sitesGreg Roach1-2/+4
2020-05-09Static analysisGreg Roach1-2/+2
2020-01-09Set SameSite attribute on session cookiesGreg Roach1-1/+14
2019-12-22Move session handling code to Session classGreg Roach1-0/+14
2019-12-21Add Session::pull methodGreg Roach1-0/+16
2019-12-18Fix: #2844 - update session cookie nameGreg Roach1-1/+2
2019-10-18Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Session paths require a trailing slashGreg Roach1-1/+1
2019-10-02Working on routingGreg Roach1-3/+2
2019-09-29PSR12Greg Roach1-0/+3
2019-07-02Fix: incorrect path for session cookiesGreg Roach1-0/+1
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-04-16Split Session class into session management and session persistenceGreg Roach1-140/+24
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-118/+118
2019-03-07Code style and testingGreg Roach1-10/+10
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-1/+0
2019-01-09Use Str::random() for random stringsGreg Roach1-6/+2
2019-01-09Use illuminate/database for sessionGreg Roach1-30/+18
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-30Use illuminate/databaseGreg Roach1-1/+5
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-08-30PHPdocGreg Roach1-6/+20
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-6/+6
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-0/+21
2018-08-09Fix: #1813 - session expiryGreg Roach1-2/+1
2018-07-27Use native functions instead of ini_set() to initialise sessionGreg Roach1-19/+23
2018-07-16Use PSR2 code styleGreg Roach1-198/+214
2018-02-22Use new PHP7 null coalescing operator (#1630)Rico Sonntag1-5/+1
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-11-10Fetch client-ip address as neededGreg Roach1-6/+10
2017-11-10PHPDocGreg Roach1-1/+1
2017-11-10Refactor session code into classGreg Roach1-0/+121
2017-10-19Strict typesGreg Roach1-6/+6
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-4/+4
2016-04-15Fix #900 - sessions not needed during installationGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1