Checking browser settings prob

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

When I use Request.Browser.Cookies I always get true returned. Even when
the browser has cookie acceptance turned off. Why?
Thanks,
T
 
Because that only checks for the *capability* to accept cookies.

If the browser has cookie acceptance
turned off it will *still* return True.

What you need to do is issue a cookie and check for its existence.
*That* will tell you whether the cookie was accepted.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top