if you facing the security issue in DNN 3.x
the only thing you can do is add an entry in web.config and run under MS.NET 2.0 runtime.
Add this entry in <system.web>
<httpCookies httpOnlyCookies=”true” requireSSL=”false” domain=”" />
Hope it helps.
November 7, 2008 by woaychee
if you facing the security issue in DNN 3.x
the only thing you can do is add an entry in web.config and run under MS.NET 2.0 runtime.
Add this entry in <system.web>
<httpCookies httpOnlyCookies=”true” requireSSL=”false” domain=”" />
Hope it helps.