Hello
if i enabled cookieless by follow code ,the dnn will not work.
<sessionState mode="InProc" cookieless="true"
timeout="20" sessionIDManagerType="
Lanap.BotDetect.Persistence.CustomSessionIDManager,
Lanap.BotDetect" />
BotDetect Captcha works on simple asp.net site without cookie.
but it doesn't work with dotnetnuke.
because after we set cookieless = true, a random string (such like (S(uvkner45s4m2h1fq2qgh4f45))) will be added to url without parameter name. so the DNN cannot resolve this url.
and the url is ugly.
could anybody tell me how to enable captcha without cookie in dotnetnuke?
any ideas will be appreciated.
Daniel