Re: Cookie Blocking

2002-01-25 Thread Massimo Foti
Lee Surma [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Is there a good way to determine if a users browser is set to not accept cookies as you are attempting to set a cookie? I want to be able to send a message to the user if blocking is on. cfif

Cookie Blocking

2002-01-24 Thread Lee Surma
Is there a good way to determine if a users browser is set to not accept cookies as you are attempting to set a cookie? I want to be able to send a message to the user if blocking is on. -- Lee Surma Public Radio International [EMAIL PROTECTED] 612-330-9223

Re: Cookie Blocking

2002-01-24 Thread savan . thongvanh
script function verifyCookie(){ var hasCookie=document.cookie; return (hasCookie)?true:false; } /script Lee Surma [EMAIL PROTECTED] on 01/24/2002 08:31:14 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: Cookie Blocking Is there a good way to determine

RE: Cookie Blocking

2002-01-24 Thread Philip Arnold - ASP
Is there a good way to determine if a users browser is set to not accept cookies as you are attempting to set a cookie? I want to be able to send a message to the user if blocking is on. Since cookies are client side and CF is server side, the only way to determine if they're settable is if

RE: Cookie Blocking

2002-01-24 Thread Brian Ferrigno
client vars turned on)? Brian -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 10:42 AM To: CF-Talk Subject: RE: Cookie Blocking Is there a good way to determine if a users browser is set to not accept cookies as you are attempting

RE: Cookie Blocking

2002-01-24 Thread John McCosker
but functions like one. jmc .. .. -Original Message- From: Brian Ferrigno [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 4:43 PM To: CF-Talk Subject: RE: Cookie Blocking Is there any difference between setting a cookie on one page and going to testing it on another page

Slightly OT: Cookie blocking at corporate firewall level -what gives?

2001-03-12 Thread Peter Lutwyche
My colleagues and I are currently faced with the question: "If the app uses cookies, what happens if the user is behind a corporate firewall that blocks cookies?". We know about using URL variables as an alternative, but the question we'd really like answered is "To what extent, generally

RE: Slightly OT: Cookie blocking at corporate firewall level -what gives?

2001-03-12 Thread Philip Arnold - ASP
My colleagues and I are currently faced with the question: "If the app uses cookies, what happens if the user is behind a corporate firewall that blocks cookies?". We know about using URL variables as an alternative, but the question we'd really like answered is "To what extent, generally