Doing the CFSET did the trick thanks!! Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED]
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:51 PM To: CF-Talk Subject: RE: cookie problem What do you mean? Reset the whole thing, or part of it? You should be able to handle it as a list: <!--- change to 23,5 ---> <cfset cookie.value = listSetAt(cookie.value, 2, 5)> --- Billy Cravens Web and Software Consulting www.Architechx.com -----Original Message----- From: LANCASTER, STEVEN M. (JSC-OL) (BAR) [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 2:45 PM To: CF-Talk Subject: cookie problem I have a cookie holding a value like useraccess_id's but the problemr I am running into is that my cookie can hold a value like (23,4) I need to break this down to one value and reset the cookie with that value. How do I do that? Steven Lancaster Barrios Technology NASA/JSC 281-244-2444 (voice) [EMAIL PROTECTED] ______________________________________________________________________ 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

