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

Comparing #8 with #10

Content

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

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