<--- --------------------------------------------------------------------------------------- ---- Blog Entry: ColdFusion Session Management And Spiders / Bots Author: Ben Nadel / Kinky Solutions Link: http://www.bennadel.com/index.cfm?dax=blog:1083.view Date Posted: Dec 13, 2007 at 9:02 AM ---- --------------------------------------------------------------------------------------- ---> StructKeyExists( URL, "TestShortSession" ) OR (NOT Len( REQUEST.UserAgent )) OR REFind( "bot\b", REQUEST.UserAgent ) OR Find( "crawl", REQUEST.UserAgent ) OR REFind( "\brss", REQUEST.UserAgent ) OR Find( "feed", REQUEST.UserAgent ) OR Find( "news", REQUEST.UserAgent ) OR Find( "blog", REQUEST.UserAgent ) OR Find( "reader", REQUEST.UserAgent ) OR Find( "syndication", REQUEST.UserAgent ) OR Find( "coldfusion", REQUEST.UserAgent ) OR Find( "slurp", REQUEST.UserAgent ) OR Find( "google", REQUEST.UserAgent ) OR Find( "zyborg", REQUEST.UserAgent ) OR Find( "emonitor", REQUEST.UserAgent ) OR Find( "jeeves", REQUEST.UserAgent ) )>