Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
持续登录和退出 PHP 网站是否会使其变慢或崩溃(例如使用机器人或程序)?
只是问,所以我知道是否应该在登录页面上添加验证码。
是的,持续快速地在网站上执行任何操作(包括登录)都会使其对其他用户变慢。这称为拒绝服务攻击,并且经常被恶意个人使用。崩溃只会在极端情况下发生,但可能会发生。