javascript - Jquery functions and Ajax Calls not working when httpOnlyCookies="true" requireSSL="true" used? -
I was using code in web.config. But these settings are not working, my Ajax calls and Jquery functions are not working. What balance does this website require on balance balance? Any options? I also tried the code.
& lt; Authentication mode = "form" & gt; & Lt; Forms name = ". ASPXAUTH" security = "all" timeout = "240" login URL = "login.aspx" sliding aspiration = "true" required SSL = "true" cookies = "use cookies" /> & Lt; / Authentication & gt; & Lt; HttpCookies httpOnlyCookies = "true" requires SSL = "true" />
from:
supports the httpCookies element To help reduce the risk of HTTP cross-site scripting using HTTP only cookies, cookies (HTTP Only cookies with attribute) were introduced in Internet Explorer 6
HttpOnly attributes cookies to client-side scripts Preventing access. Any information on any HTTP cookie is unlikely to appear on a hacker or malicious website. For more information, "HttpOnly." Find MSDN (msdn.microsoft.com) for
Thrust mine. My impression is that you are trying to use one of your HTTP cookie client side, which is not allowed. Alternatively, note that because you have specified SSL "=" true ", your cookies will not be here even if your request is non-SSL.
Previously, show some code because we are otherwise educated estimates Creating.
Comments
Post a Comment