Translations:General FAQ/81/it
From LimeSurvey Manual
Ad esempio, se hai example.org/ls1 e example.org/ls2, aggiorna il file di configurazione ls1:
'session' => array (
'cookieParams' => array(
'path' => '/ls1',
),
),
'request' => array(
'csrfCookie' => array( 'path' => '/ls1' )
),