J
Jensen bredal
Hello,
I have an asp.net app. One of my pages works everywhere except at single
site.
My application uses cookies for user info.
The code passes the statement :
if (Request.Browser.Cookies)
meaning that cookies are allowed in the client browser.
But i can see that some code fails in a block where it reads a cookie values
obtained from the client pc.
The value is null (which it should not be)
Can a router/firewall/ proxy server kill my cookies?
Hundredes of other pc are viewing this page without problem?
Any idea where i should look?
Many Thanks in advance
Jensen
I have an asp.net app. One of my pages works everywhere except at single
site.
My application uses cookies for user info.
The code passes the statement :
if (Request.Browser.Cookies)
meaning that cookies are allowed in the client browser.
But i can see that some code fails in a block where it reads a cookie values
obtained from the client pc.
The value is null (which it should not be)
Can a router/firewall/ proxy server kill my cookies?
Hundredes of other pc are viewing this page without problem?
Any idea where i should look?
Many Thanks in advance
Jensen