Re: checking whether browser allows cookies in asp.net
From: WL (nospam_at_nospam.nospam)
Date: 07/24/04
- Previous message: richlm: "Re: Create standard for ASP.NET to second tier resource like SQL DB"
- In reply to: Jared: "Re: checking whether browser allows cookies in asp.net"
- Next in thread: Saber: "Re: checking whether browser allows cookies in asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 24 Jul 2004 23:19:03 +0200
I assumt his test (just like when testing whether JavaScript is supported)
only checks whether the browser used SUPPORTS cookies (although they might
have been disabled by the user) ?
If so: the only real way of testing is by a multistep process sending a
cookie and then trying to read it back.
Wim
"Jared" <VB_Puzzled_VB@email.com> wrote in message
news:10g502m2ea1h3b3@corp.supernews.com...
> if Request.Browser.Cookies = True
>
>
>
> "Ollie" <ollie_riches@hotmail.com> wrote in message
> news:ecCfaEZcEHA.3824@TK2MSFTNGP10.phx.gbl...
> > Can you check whether a users browser allows you to use cookies?
> >
> > Cheers
> >
> > Ollie
> >
> >
>
>
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.726 / Virus Database: 481 - Release Date: 22/07/04
- Previous message: richlm: "Re: Create standard for ASP.NET to second tier resource like SQL DB"
- In reply to: Jared: "Re: checking whether browser allows cookies in asp.net"
- Next in thread: Saber: "Re: checking whether browser allows cookies in asp.net"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|