Various. You can do <cfif session.showme is "a" or session.showme is "b" or session.showme is "c">
(replace a, b, and c with your urls) or <cfset urls = "a,b,c"> <cfif listFindNoCase(urls,session.showme)> .. </cfif> ======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Bushy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 1:09 PM > To: CF-Talk > Subject: Check contents of session variable > > > How can I check SESSION.ShowMe variable for any of the following? > > d:\mywork\test > d:\document\test > d:\programs\test > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

