M
Mat
I blocked cookies from my Internet Explorer 6.
Then I used ASP.NET to create and retrieve a cookie and its value.
Well it worked.
I was doing this from Visual Studio 2005.
Later I will deploy my new site on a host server.
Maybe then it will work.
But it seems that even if you disable cookies from your browser, running
your site from Visual Studio will not react to cookies being blocked from
your browser.
Am I right? So the only way to detect if cookies ar blocked is from a
deployed ASP.NET?
Then I used ASP.NET to create and retrieve a cookie and its value.
Well it worked.
I was doing this from Visual Studio 2005.
Later I will deploy my new site on a host server.
Maybe then it will work.
But it seems that even if you disable cookies from your browser, running
your site from Visual Studio will not react to cookies being blocked from
your browser.
Am I right? So the only way to detect if cookies ar blocked is from a
deployed ASP.NET?