Translations:Optional settings/76/en
From LimeSurvey Manual
If you want to fix the domain for a cookie, use the following syntax in config.php:
// Set the domain for cookie
'session' => array (
'cookieParams' => array(
'domain' => '.example.org',
),
),