if i have a php background job, may need to run 4-5hours or more will it cause exception on memory_limit
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...