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.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报