vote up 0 vote down star

Hi,

Is there a standard technique for an ASP.NET application to check if a client's browser enables/supports cookies?

I'd appreciate any solution - even a less common one, as long as it's elegant enough.

10x!

flag

63% accept rate

1 Answer

vote up 1 vote down

Well, the only way to check it is to try to set a cookie, then in the next request check if the browser sent it back.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.