Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4064182
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T15:49:19+00:00 2026-05-20T15:49:19+00:00

The Request.Browser.Cookies property (of type bool ) attribute stores information whether client’s browser supports

  • 0

The Request.Browser.Cookies property (of type bool) attribute stores information whether client’s browser supports cookies and whether or not they are enabled.

How reliable is the property Request.Browser.Cookies? Is it guaranteed to be correct ? Or should I rather implement redirection technique suggested by Software Monkey in this question?

Please note: This in not a question “are cookies reliable” ? This is a question: “Is the information whether users browser accepts cookies reliable?”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T15:49:20+00:00Added an answer on May 20, 2026 at 3:49 pm

    With the revised question, a new answer:

    The documentation property HttpBrowserCapabilitiesBase.Cookies says:

    This property does not indicate whether cookies are currently enabled in the browser, only whether the browser can support cookies.

    It appears to be set based on detection of the user’s browser and the browser capability database on the server. So it will reliably tell you if the browser is capable of storing cookies if and only if:

    1. The request’s user agent string is correct.
    2. The browser is in the database and the database is correct for the browser.

    Condition #1 would be broken if the user agent HTTP header was changed (eg. by developer tools or a proxy). Condition #2 would be broken if the browser is newer than the database, or there is a defect in the database.

    tl;dr version: there is no guarantee, treat this information as “best effort”. And of course the user could have disabled cookies (eg. “in private” browsing mode).


    Original answer to a different question:

    If you want to rely on the cookies you send in a response always coming back exactly the same, then the answer is: usually, but don’t rely on this.

    Possible reasons:

    • Non-HTTP only cookies can be modified by client side script (and that script could be injected locally).
    • A browser bug.
    • Using a non-browser to make request (eg. wget.exe) that doesn’t handle cookies for the user.
    • A proxy that modifies the request or response.
    • Local clock on client system modified to cause cookie expiration.
    • User modifying the cookie store of the browser.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.