fastcgi响应http请求的结果中,响应头包括Expires、Cache-Control、Set-Cookie三个,都会可能不被cache.
thinkphp3.0禁止session自动启动
config.php中配置
'SESSION_AUTO_START' => FALSE,
更详细的论述在:http://www.cnxct.com/several-reminder-in-nginx-fastcgi_cache-and-php-session_cache_limiter/