Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is ASP.NET Session State required for BotDetect CAPTCHA?

botdetect captcha session State
0
Posted

Is ASP.NET Session State required for BotDetect CAPTCHA?

0

Yes, ASP.NET Session State is a requirement for BotDetect. Please note that it doesn’t have to be the default InProc memory Session State – you can use any Microsoft’s or custom Session provider you like (database, state server, file system, etc.). BotDetect doesn’t require a specific mode of persistence (it will work as long as it can save the required data somewhere), but since ASP.NET provides a way to customize the exact mode of persistence and hook it up to the default Session object (as explained at http://msdn2.microsoft.com/en-us/library/aa479034.aspx), all persistence calls in the BotDetect code are made using the Session object.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123