* support to use session for each browser tab.

This commit is contained in:
Hao Sun
2021-08-30 08:17:40 +08:00
parent bdf1f1d7d6
commit 1f068e6601
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -1166,6 +1166,7 @@ EOT;
$jsConfig->runMode = $runMode;
$jsConfig->timeout = isset($config->timeout) ? $config->timeout : '';
$jsConfig->pingInterval = isset($config->pingInterval) ? $config->pingInterval : '';
$jsConfig->tabSession = $config->tabSession;
$jsLang = new stdclass();
$jsLang->submitting = isset($lang->loading) ? $lang->loading : '';
+4 -4
View File
File diff suppressed because one or more lines are too long