Hi, I'm setting a cookie that can contain 1-10 different groups. For example:
<cfoutput> #COOKIE.DisplayGroups# </cfoutput> Output: ---------- Administrator,Users,Power Users,Mike,Paul,Dave,Sarah I would like to check the "COOKIE.DisplayGroups" for one of the above groups. If COOKIE.DisplayGroups = Mike ---code here --- endif I've tried using <cfif ListLen() but it looks for an EXACT match not just only one of the above occurrences. I have tried numerous syntaxs but just can't get it. I know I'm missing something. Help... +-----------------------------------------------------------------------------------+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] +------------------------------------------------------------------------------------+ ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

