- Posts: 10
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
'session' => array( 'savePath' => '/my/path/to/limesurvey2/tmp/sessions/', 'cookieMode' => 'allow', 'cookieParams' => array( 'path' => '/limesurvey2', 'domain' => 'cdsp.sciences-po.fr', 'httpOnly' => true, ), ),
php_value session.cookie_domain ".sondages.pro"
'enableCsrfValidation'=>false, // CSRF protection
If you have more information on your server, and why cookie with subdomain can not be set. Maybe you have another Yii elsewhere ?