Nginx模块fastcgi_cache的几个注意点

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/


posted @ 2013-10-13 12:19  rorshach  阅读(187)  评论(0编辑  收藏  举报