Actions

Translations

Translations:General FAQ/131/nl

From LimeSurvey Manual

Revision as of 22:15, 12 September 2019 by Han (talk | contribs) (Created page with "Dit wordt gedaan door dit toe te voegen aan het configuratiebestand. <syntaxhighlight lang="php" enclose="pre"> // Set the name of the session 'session' => arra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Dit wordt gedaan door dit toe te voegen aan het configuratiebestand.

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