• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Why in IE 8 Cookie gets updated after disabling cookie status?

A

AshishM

Flightless Bird
Need to know is this a bug or I am missing anything?
Here are the details
• What I am trying to do?
I need to write a cookie for my web application. If cookies are enabled then
my application cookie content will get updated else it is not.

• How I am doing it?
This is done programmatically using .net framework 3.5, C# and IIS 7.

• What is happening as a result?
Even after disabling cookies in IE 8 on client machine, the cookie is
getting written on the client machine.

• How often is this problem happening?
Always, every time I start the application and load the page with component
which generates this cookie

• What is s/w platform
Development Environment
..net framework 3.5, C#
OS: Windows edition 2007 Service Pack 1. 32 –bit OS. Windows Server
Enterprise 2008
IIS: 7.0.6000.16386
Browser: IE Version 8.0.6001.18865

--
Ashish M.
 
R

rob^_^

Flightless Bird
Your running on a server version of Windows where the asp.net user account
is in extended security mode.

Developer-specific resources include:

MSDN IE Development Forum (post such questions here instead)
http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads

IE Developer Center
http://msdn.microsoft.com/en-us/ie/default.aspx



Regards.

"AshishM" <ashishma@cybage.com> wrote in message
news:D3C3743D-43D4-49C0-8419-0FB84C8A730B@microsoft.com...
> Need to know is this a bug or I am missing anything?
> Here are the details
> • What I am trying to do?
> I need to write a cookie for my web application. If cookies are enabled
> then
> my application cookie content will get updated else it is not.
>
> • How I am doing it?
> This is done programmatically using .net framework 3.5, C# and IIS 7.
>
> • What is happening as a result?
> Even after disabling cookies in IE 8 on client machine, the cookie is
> getting written on the client machine.
>
> • How often is this problem happening?
> Always, every time I start the application and load the page with
> component
> which generates this cookie
>
> • What is s/w platform
> Development Environment
> .net framework 3.5, C#
> OS: Windows edition 2007 Service Pack 1. 32 –bit OS. Windows Server
> Enterprise 2008
> IIS: 7.0.6000.16386
> Browser: IE Version 8.0.6001.18865
>
> --
> Ashish M.
>
>
 
Top