WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
As long as the FTAN key matches with the secret key it is ok. This way the same ftan could be used on diff pages for the same user at the same time.
I see another problem coming up if WB goes for browser fingerprints to secure sessions it will become inpossible to work whith multiple Browsers.
The problem is that the same hacking script can first request a form page and read the correct FTAN from the returned data. Next it uses the valid FTAN for his hacking attempt.
Multiple browser is no issue. They will have different sessions. The whole problem is session related.
wb_form_token_input("MyLoginForm"); and wb_token_check("MyLoginForm")
100% Disagreed whith the idea that this is a reason for not fixing security Holes .