How does ASP.Net Cookieless work ?

前端 未结 2 897
傲寒
傲寒 2020-12-19 06:39

I try to set the in my web.config but I don\'t know what are they. I would like to know about ASP.Net

2条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-19 07:03

    Note When you configure an AJAX-enabled ASP.NET Web site, use only the default value of UseCookies for the cookieless attribute. Settings that use cookies encoded in the URL are not supported by the ASP.NET AJAX client script libraries.

    Well i'm using ASP.Net Ajax in Combination with and never experienced any problems... I'm Using an Updatepanel as well as an ASP Accordion on different pages.

提交回复
热议问题