ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

`exp_security_hashes` table

May 30, 2008 5:42pm

Subscribe [3]
  • #1 / May 30, 2008 5:42pm

    mork

    77 posts

    Hi,

    I was just creating a database backup and noticed a table called `exp_security_hashes`.

    It seems to be storing a lot of data, including ip addresses. Could someone tell me what this is doing and why? I’m a bit concerned about the size of this table, and if it will continue getting bigger! Is there an option in the control panel to switch this off?

    Thanks 😊

  • #2 / May 30, 2008 5:51pm

    Ingmar

    29245 posts

    This table has records written to it each time a form is generated, as part of the Secure Forums feature. It will automatically purge itself every 10 days, but you are safe to truncate it now if you like (just don’t DROP the table—TRUNCATE):

    TRUNCATE exp_security_hashes

    This will immediately empty out that table.

  • #3 / May 31, 2008 5:54am

    mork

    77 posts

    This table has records written to it each time a form is generated, as part of the Secure Forums feature. It will automatically purge itself every 10 days, but you are safe to truncate it now if you like (just don’t DROP the table—TRUNCATE):

    TRUNCATE exp_security_hashes

    This will immediately empty out that table.

    Thanks for the reply - is it possible to change the automatic setting so the records are purged more frequently?

  • #4 / May 31, 2008 12:08pm

    Ingmar

    29245 posts

    No, it’s not a configurable option at this point. Feel free to make the appropriate feature request.

  • #5 / May 31, 2008 12:12pm

    Derek Jones

    7561 posts

    Not without hacking a core file, mork.  You might instead wish to trigger faster clearing via the cron plugin.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases