Re: flood control?

2008-09-26 Thread RichardAtHome
check the current time with the time you allready > > > had stored in your session. Note that if a user deletes the browsers > > > cookie, session get lost so they can pass that check. > > > > On 26 sep, 06:26, rocket <[EMAIL PROTECTED]> wrote: > > &

Re: flood control?

2008-09-26 Thread [EMAIL PROTECTED]
te: > > > > hey guys > > > i implemented a simple mail system in my site and was wondering what i > > > ought to do for flood control. I dont' want people to keep hitting > > > refresh after they hit send thus spamming... > > > > I was thinking of doing

Re: flood control?

2008-09-25 Thread rocket
imple mail system in my site and was wondering what i > > ought to do for flood control. I dont' want people to keep hitting > > refresh after they hit send thus spamming... > > > I was thinking of doing something like > > $this->Session->write('Timeout'

Re: flood control?

2008-09-25 Thread Marcelius
browsers cookie, session get lost so they can pass that check. On 26 sep, 06:26, rocket <[EMAIL PROTECTED]> wrote: > hey guys > i implemented a simple mail system in my site and was wondering what i > ought to do for flood control. I dont' want people to keep hitting > refres

flood control?

2008-09-25 Thread rocket
hey guys i implemented a simple mail system in my site and was wondering what i ought to do for flood control. I dont' want people to keep hitting refresh after they hit send thus spamming... I was thinking of doing something like $this->Session->write('Timeout', 30); To