Key web server settings after installing a fresh Yii 2 basic or advanced app

Comparing #8 with #9

Revision #9 was created by 张 迪 张 迪 on May 26, 2014, 3:58:38 AM.

Add chinese link

Content

[...]
Just set this in your `.htaccess` file:
~~~
<IfModule php5_module>
php_value session.cookie_httponly true
</IfModule>
~~~

 
 
* [中文/Chinese](http://www.yiiwiki.com/post/63)