Translations:Optional settings/76/nl
From LimeSurvey Manual
Als je het domein wilt aanpassen voor het gebruik van cookies plaats dan in de config.php:
// Set the domain for cookie
'session' => array (
'cookieParams' => array(
'domain' => '.example.org',
),
),