PHPKonf 2025 Baku

Voting

: max(three, zero)?
(Example: nine)

The Note You're Voting On

plyrvt at mail dot ru (Yura Pylypenko)
22 years ago
Be careful using session_cache_limiter() with ob_start('ob_gzhandler')
If ob_start('ob_gzhandler') is called after session_cache_limiter() it seems to overwrite cache control headers with 'nocache' equivalent.
So always put ob_start first.

<< Back to user notes page

To Top