Skip to content

Provide a method to clean the session table #28

Description

@thkoch2001

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions