dongzhong2674 2014-06-28 09:36
浏览 13
已采纳

在cookie过期时,删除MySQL行

I want to delete the row on the MySQL table corresponding with the cookie when the cookie expires or is deleted. How would I do this using PHP?

  • 写回答

1条回答 默认 最新

  • dsdukbc60905239 2014-06-28 09:38
    关注

    You can't do that directly. The best hope you have is to have an expires column in your database, which saves the date/time at which the cookie expires, then you could have a cron script to delete the expired rows.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?