The problem that i have is that there are 2 pairs CFIDs and CFTOKENs. And we are trying to delete those two and let CFserver to create a new pair. I have tried many ways to delete those 2 pairs (same name) and nothing is working................ _______________________________________________________________ Get the FREE email that has everyone talking at http://www.mail2world.com
<-----Original Message-----> > > From: [EMAIL PROTECTED] > Sent: 4/11/2002 3:52:18 PM > To: [EMAIL PROTECTED] > Subject: RE: Cookies > > i was able to assign and delete all the cookies using the following code.Notice the use of the cfloop > over a collection so you are sure that allcookie the site might have assigned are expired (deleted). > Remember that thecookies don't actually get "deleted" from the user hardrive until after thepage is > executed. So if you notice that the first time you executeindex2.cfm you will not get an error about > the cookies not being there. ifyou refresh the page though, you will get the error. the first time > the pageexecutes the second set of outputing the cookie values return empty > strings.index.cfm=========nextindex2.cfm==========#cookie.test# > #cookie.test1# > #cookie.test2# > #cookie.test# > #cookie.test1# > #cookie.test2# > Anthony [EMAIL PROTECTED]http://www.sheriff org-----Original > Message-----From: Douglas Brown [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 11, 2002 12:04 > PMTo: CF-TalkSubject: Re: CookiesI imagine you used something like the code below to expire the > cookies. Theonlything I can think of is that it is expiring one of the cookies and leavingtheother > intact. then they login again and it sets another to their browser.Maybelooping through somehow to > check #count# I am still here > #count# I am now gone > "Success is a journey, not a destination!!"Doug Brown----- Original Message -----From: "J L" To: > "CF-Talk" Sent: Thursday, April 11, 2002 8:17 AMSubject: Cookies> hi all,>> What is the best way to > delete all the cookies in clients' browsers?> Somehow many of our clients' browsers have a pair of > cookies which are> exactly the same (Same name and same value). And I have tried expiring> two times > of that cookie and it does not work.>> Thanks,> J> > _______________________________________________________________> Get the FREE email that has everyone > talking at> http://www.mail2world.com>> > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

