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 +07:00
..
CryptoSessionData.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +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-10 09:55:28 +07:00
Memory.php
Session.php