Re: Unusual cookie bug!
- From: "Patrice" <nobody@xxxxxxxxxxx>
- Date: Fri, 12 Aug 2005 13:23:04 +0200
Or cookies might be disabled. AFAIK Request.Browser.Cookies tells wether or
not the browser *supports* cookies. It still can be disabled client side.
Have you checked wiht this particular user its settings ?
--
Patrice
"Jensen bredal" <ignoreme@xxxxxxxxxxx> a écrit dans le message de
news:eyNm%230ynFHA.3408@xxxxxxxxxxxxxxxxxxxxxxx
> 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
>
>
>
>
.
- Follow-Ups:
- Re: Unusual cookie bug!
- From: Jensen bredal
- Re: Unusual cookie bug!
- References:
- Unusual cookie bug!
- From: Jensen bredal
- Unusual cookie bug!
- Prev by Date: Re: EditItemTemplate question
- Next by Date: Re: Attention!!! Everyone!----http://www.ebook5.com a lot of asp.net ebooks
- Previous by thread: Unusual cookie bug!
- Next by thread: Re: Unusual cookie bug!
- Index(es):
Relevant Pages
|