Actions

Translations

General FAQ/131/nl: Difference between revisions

From LimeSurvey Manual

(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...")
(No difference)

Revision as of 22:15, 12 September 2019

Message definition (General FAQ)
This is done by adding this to the config file.
<syntaxhighlight lang="php" enclose="pre">
       // Set the name of the session
       'session' => array (
           'sessionName' => "YOURUNIQUESESSIONNAME",
       ),
</syntaxhighlight>

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

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