RE: KILL THE COOK!

2001-07-09 Thread Dave Watts
But I didn't understand what they put inside the cf_inputfilter that deleted the cookie whenever I closed the browser (although it was set to never). did you happen to take a look at it? No, I didn't, and I don't immediately see why it would cause the deletion of a cookie. In my previous

RE: KILL THE COOK!

2001-07-08 Thread Dave Watts
Are you familier with Allair's CF_INPUTFILTER TAG? that suppose to remove all special chars from being set and sent??? cf_inputFilter scopes=FORM,COOKIE,URL chars=,,|,\,?, tags=ALL This thing has caused the cookie to be deleted. I've removed the COOKIE scope and it worked. god knows

Re: KILL THE COOK!

2001-07-08 Thread Michael Lugassy
- Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, July 08, 2001 9:04 AM Subject: RE: KILL THE COOK! Are you familier with Allair's CF_INPUTFILTER TAG? that suppose to remove all special chars from being set and sent??? cf_inputFilter

Re: KILL THE COOK!

2001-06-06 Thread Michael Lugassy
'' ) s[field] = ReplaceList( s[field], charList, ) ; } /cfscript /cfif /cfloop Michael - Original Message - From: Patricia Lee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 05, 2001 9:13 PM Subject: RE: KILL THE COOK! Forgive me if this sounds silly

KILL THE COOK!

2001-06-05 Thread Michael Lugassy
Please try to look into this again. this thread has been reviewd and partially answered by many (actually 13 people) but still - no answer. can anyone try to help out? I'm getting really frustrated from this CFCOOKIE thing. Apparently, after I assign the cookie with Timeout=Never the cookie

Re: KILL THE COOK!

2001-06-05 Thread Dylan Bromby
Why don't you post ALL the code in question rather than snippets. I think it's safe to say a lot of us have used CFCOOKIE without problem(s) for some time, so the problem you're having isn't very obvious. If you want to email me your files off-list, I'd be happy to review them. You can send

Re: KILL THE COOK!

2001-06-05 Thread Wjreichard
In IE you there are two settings dealing with Cookies. Allow session based cookies and one to allow cookies written to disk. Are both settings enabled? Bill In a message dated Tue, 5 Jun 2001 11:53:15 AM Eastern Daylight Time, Michael Lugassy [EMAIL PROTECTED] writes: Please try to look

Re: KILL THE COOK!

2001-06-05 Thread savan . thongvanh
:value1name2=value2;expires=+expDate.toGMTString()+; document.cookie=currentSettings; Michael Lugassy [EMAIL PROTECTED] on 06/05/2001 11:40:44 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: KILL THE COOK! Please try to look into this again. this thread has been

Re: KILL THE COOK!

2001-06-05 Thread Paul Johnston
request not just the one page. Post something to the list that gives us a better idea of the problem. Paul -Original Message- From: Dylan Bromby [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: 05 June 2001 17:27 Subject: Re: KILL THE COOK! Why don't you post ALL the code

RE: KILL THE COOK!

2001-06-05 Thread Patricia Lee
permanently set (though I have a feeling this might not be your problem). |-Original Message- |From: Michael Lugassy [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, June 05, 2001 12:41 PM |To: CF-Talk |Subject: KILL THE COOK! | | |Please try to look into this again. |this thread has been reviewd

RE: KILL THE COOK!

2001-06-05 Thread Andrew Scott
PROTECTED]] Sent: Wednesday, June 06, 2001 2:41 AM To: CF-Talk Subject: KILL THE COOK! Please try to look into this again. this thread has been reviewd and partially answered by many (actually 13 people) but still - no answer. can anyone try to help out? I'm getting really frustrated from

Re: KILL THE COOK!

2001-06-05 Thread Marc Garrett
] Sent: Tuesday, June 05, 2001 6:38 PM Subject: RE: KILL THE COOK! This might be a stupid thing to assume, however have you looked at the browser to see if the cookie option is enabled!! ~~ Structure your ColdFusion code with Fusebox. Get