Prevent PHP script from being flooded

后端 未结 5 2060
失恋的感觉
失恋的感觉 2020-12-01 15:43

I want to prevent my script, from being flooded - if user hit F5 it is executing the script every time.

I want to prevent from this and allow one script execution pe

5条回答
  •  星月不相逢
    2020-12-01 16:16

    use either apc cache or mencache to store information storing to database or reading from file i believe is time/resource consuming

提交回复
热议问题