Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>Specifies how cookies are used for a Web application.</p> <p>The cookieless attribute can be one of the following possible values. The default is the UseCookies value.</p> <p>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. </p> <p><strong>Value</strong> Description </p> <p><strong>AutoDetect</strong> ASP.NET determines whether the requesting browser or device supports cookies. If the requesting browser or device supports cookies, AutoDetect uses cookies to persist user data; otherwise, an identifier is used in the query string. If the browser or device supports cookies, but cookies are currently disabled, cookies are still used by the requesting feature. </p> <p><strong>UseCookies</strong> Cookies persist user data, regardless of whether the browser or device supports cookies. </p> <p><strong>UseDeviceProfile</strong> ASP.NET determines whether to use cookies based on the HttpBrowserCapabilities setting. If the HttpBrowserCapabilities setting indicates that the browser or device supports cookies, cookies are used; otherwise, an identifier is used in the query string. </p> <p><strong>UseUri</strong> The calling feature uses the query string to store an identifier, regardless of whether the browser or device supports cookies.</p> </blockquote> <p>have also a look at <a href="http://msdn.microsoft.com/en-us/library/h6bb9cz9.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/h6bb9cz9.aspx</a> </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload