6 Failed login attempts. 2 seconds of grace period have expired.
attempts are set to 10
after the second attempt i have
11 Failed login attempts. 120 seconds before you can login. If you try to login before the time is up you will go back to the start. You will be able to login again at 12.27.50
it seems that Session(strCookieURL & "login") increase to the value of login attempts setted, whatever is the value it is set to 5 the first time and to the value i have set + 1 the second time.
I open default and i try to login i have 1 failed attempts and then i am redirect to default with 1 failed attemps displayed
i try again and i have 5 failed attempts in the page that say me i have inserted wrong data and the redirect to default where i have
6 failed attempts
i try again 11 failed attempts and the 12 failed attempts in the default page so on increasing of 5 + 1 every time so if i set 30 as N.° of attempts i can try 5 times.
If I close the browser and retry, the count start from 5
Sorry but i cannot figure how to solve this. It happens in three forum but not in mine, with quite the same mods installed.
it seems that the function chkUser is called more than 1 times, so i have created a copy of that called chkUtente in inc_func_common with the changes for the mod, called once from header and including the check for login