PHP Captcha without session

后端 未结 13 1675
傲寒
傲寒 2021-01-04 13:51

Ok, here is an issue: in the project i\'m working on, we can\'t rely on server-side sessions for any functionality.

The problem is that common captcha solutions fro

13条回答
  •  被撕碎了的回忆
    2021-01-04 14:36

    How about this solution? I found this "Sessionless PHP Captcha" article on google and I used on one of my projects, it's simple, no session and it's free. Any security concerns on RC4?

    http://www.mythos-rini.com/blog/archives/732

提交回复
热议问题