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 edit summary
 
Line 1: Line 1:
Dit wordt gedaan door dit toe te voegen aan het configuratiebestand.
Dit is gedaan door iets toe te voegen aan het configuratiebestand.
<syntaxhighlight lang="php" enclose="pre">
<syntaxhighlight lang="php" enclose="pre">
       // Set the name of the session
       // Set the name of the session

Latest revision as of 22:17, 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 is gedaan door iets toe te voegen aan het configuratiebestand.

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