Add variable for setting table session

- this allows LimeSurvey to scale horizontally
This commit is contained in:
Markus Opolka
2021-07-21 16:54:26 +02:00
committed by Markus Opolka
parent e3223f7a87
commit 05ec82a41c
7 changed files with 82 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ For further details on the settings see: https://manual.limesurvey.org/Data_encr
| PUBLIC_URL | Public URL for public scripts |
| BASE_URL | Application Base URL |
| URL_FORMAT | URL Format. path or get |
| TABLE_SESSION | Enable table sessions (true) |
| SHOW_SCRIPT_NAME | Script name in URL (true|false). Default: true |
| DEBUG | Debug level (0, 1, 2). Default: 0 |
| DEBUG_SQL | SQL Debug level (0, 1, 2). Default 0 |