How can I check/detect if the user is accepting cookies or not? Using ASP.NET (C#)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
From MSDN
write :
then read
|
|||||||||||
|
|
Save a value to the cookies, make a redirect to some page and try to read the value back. If it works, cookies are enabled. If not, then not. |
|||
|
|