You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cc_security_session table accumulates all failed login attempts but is never cleaned so it grows without bounds. This might also be a privacy issue because this table can contain IP adresses from legitimate users too, who just forgot their password.
Is there a standard method in Symfony to distribute cronjobs in a Symfony bundle? Maybe one could provide some command that can be executed once an hour or day to delete old entries from the cc_security_session table.
The text was updated successfully, but these errors were encountered:
The cc_security_session table accumulates all failed login attempts but is never cleaned so it grows without bounds. This might also be a privacy issue because this table can contain IP adresses from legitimate users too, who just forgot their password.
Is there a standard method in Symfony to distribute cronjobs in a Symfony bundle? Maybe one could provide some command that can be executed once an hour or day to delete old entries from the cc_security_session table.
The text was updated successfully, but these errors were encountered: