0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-13 07:53:51 +00:00
nextcloud_server/lib/private/Session
Julius Härtl 9974f0b722 perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP
By default there is a Pragma: no-cache header set due to the default
value `no-cache` of session.cache-limiter, which will cause Chrome and
iOS to not cache even with a different Cache-Control header set on the
response.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-07-10 09:55:28 +00:00
..
CryptoSessionData.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
CryptoWrapper.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Internal.php perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP 2024-07-10 09:55:28 +00:00
Memory.php chore: Drop dead private methods in /lib 2023-06-06 11:01:58 +02:00
Session.php composer run cs:fix 2023-01-20 11:45:08 +01:00