Actions

Translations

Translations:General FAQ/131/ja

From LimeSurvey Manual

Revision as of 11:22, 11 September 2019 by Bravehorse (talk | contribs) (Created page with "configファイルに以下を追加します。 <syntaxhighlight lang="php" enclose="pre"> // Set the name of the session 'session' => array ( 'ses...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

configファイルに以下を追加します。

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