aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Session/Internal.php
Commit message (Expand)AuthorAgeFilesLines
* fix(setup): ignore long session login during installationMaxence Lange2024-08-271-3/+5
* fix(session): Log when session_* calls are slowChristoph Wurst2024-08-071-3/+28
* perf: Set session.cache_limiter at runtime to avoid clients caching static as...Julius Härtl2024-07-081-0/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-27/+3
* fix(typo): Fix typo in docsJoas Schilling2024-03-251-1/+1
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-111-1/+1
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* chore: Drop dead private methods in /libChristoph Wurst2023-06-061-9/+0
* Don't call session_start() when PHP session is still or already open.Claus-Justus Heine2023-04-171-0/+1
* Add config option to disable strict session timeout to be able to use read_an...Julius Härtl2022-08-171-3/+7
* Reopen sessions if we need to write to them instead of keeping them openJulius Härtl2022-08-171-3/+14
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Only trap E_ERROR in session handlingJulius Härtl2021-08-171-1/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Remove the cookie paths for php<7.3Christoph Wurst2020-11-061-5/+1
* Silence duplicate session warningsRoeland Jago Douma2020-08-141-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
* Remove unused importsChristoph Wurst2020-03-251-2/+0
* Only send samesite cookiesRoeland Jago Douma2020-02-061-2/+10
* Update license headersChristoph Wurst2019-12-051-2/+6
* replace setcookie value with '' instead of null.MartB2018-09-061-1/+1
* Allow updating the token on session regenerationRoeland Jago Douma2018-06-141-1/+32
* Make ISession strictRoeland Jago Douma2018-02-261-10/+11
* Update license headersMorris Jobke2017-11-061-1/+2
* Forward port of #5190 to masterArthur Schiwon2017-06-151-9/+32
* Catch session already closed exception in destructorVictor Dubiniuk2017-04-251-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-1/+2
* throw SessionNotAvailableException if session_id returns empty stringChristoph Wurst2016-04-261-1/+8
* add ISession::getId() wrapper for session_idChristoph Wurst2016-04-251-0/+10
* Move \OC\Session to PSR-4Roeland Jago Douma2016-04-151-0/+138