nextcloud-server/lib/private/Session
Julius Härtl ea262a8ca3 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-11 08:31:21 +07:00
..
CryptoSessionData.php chore: Add missing ArrayAccess template parameters 2024-02-06 10:24:41 +07:00
CryptoWrapper.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Internal.php perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP 2024-07-11 08:31:21 +07:00
Memory.php chore: Drop dead private methods in /lib 2023-06-06 11:01:58 +07:00
Session.php chore: Add missing ArrayAccess template parameters 2024-02-06 10:24:41 +07:00