I want my PHP pages to be cached. To allow cache I use: session_cache_limiter(\'private\'); session_cache_expire(180);