Actions

Translations

Translations:General FAQ/131/zh-cn

From LimeSurvey Manual

Revision as of 05:32, 8 September 2020 by Lacity (talk | contribs) (Created page with "This is done by adding this to the config file. <syntaxhighlight lang="php" enclose="pre"> // Set the name of the session 'session' => array ( 'sess...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is done by adding this to the config file.

       // Set the name of the session
        'session' => array (
            'sessionName' => "YOURUNIQUESESSIONNAME",
        ),