stable

Clone or download

Read-only

Clear the `session` table to avoid issues with a massive table

git #tuleap/stable/2c1c66288201166093e3584ffb78aa0fb2bfffe8 has fixed an issue that could lead to a massive `session` table. Some parts of the site administration do some analytics queries against it and with a massive table those queries can take a while and cause a performance issue on the whole instance. Clearing the `session` table make sure we do not encounter the situation. All users will be forced to reconnect after the upgrade. Part of request #23452: Doing REST or Webdav operations with Basic Auth should not create a "long session" Change-Id: I01578f9dbbc9f9422f300c0c113921a086b2eed5

Modified Files

Name
A src/db/mysql/updates/2021/202110200935_clear_session_table.php +36 −0 Go to diff View file