Skip to content

Commit 10d6852

Browse files
committed
truncate sys_session during update
1 parent aeaa201 commit 10d6852

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/lib/update.lib.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ function updateDbAndIni() {
394394
unset($old_ini_array);
395395
unset($tpl_ini_array);
396396
unset($new_ini);
397+
398+
// Truncate sys_session
399+
$inst->db->query("TRUNCATE sys_session");
397400
}
398401

399402

0 commit comments

Comments
 (0)