auth: create background clean-up task to delete expired sessions in web_sessions
system table
#67933
Labels
A-authentication
Pertains to authn subsystems
A-security
A-webui
Triage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.
A-webui-security
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-server-and-security
DB Server & Security
Functionality has been created to purge expired sessions in the
web_sessions
system table. However, the initial version of this functionality uses LIMIT to avoid a very large initial transaction (a significant number of rows need to be deleted).We need to implement a clean-up task to purge the lingering rows that may not otherwise be deleted.
May want to do this in the
alterSystemWebSessionsCreateIndexes
work function instartupmigrations
.Related issue: #51169
The text was updated successfully, but these errors were encountered: