CC-3216: Make sure "session.auto_start" is set correctly in php.ini
- setting session.auto_start to 0 in htaccess file
This commit is contained in:
parent
19aba4be92
commit
b4559753d7
|
@ -3,6 +3,7 @@ php_value upload_max_filesize 500M
|
|||
php_value request_order "GPC"
|
||||
php_value session.gc_probability 0
|
||||
php_value phar.readonly Off
|
||||
php_value session.auto_start 0
|
||||
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} -s [OR]
|
||||
|
|
Loading…
Reference in New Issue