Randy Merrill
Member since Dec 11, 2008
- Profile: /members/2292-randy-merrill.htm
- Comments: 2
Recent Blog Comments By Randy Merrill
-
ColdFusion Session Management And Spiders / Bots
Posted on Dec 13, 2007 at 11:46 AM
Good points... revised: <cfset this.sessionTimeout="#createtimespan(0,1,0,0)#" /> <!--- Check for bots - give a short lifespan ---> <cfif Len(CGI.HTTP_USER_AGENT)> <cfloop list="bot\b,crawl,\brss,feed,news,blog,reader,syndication,coldfusion,slurp,google,zyborg,emonitor,jee... read more »
-
ColdFusion Session Management And Spiders / Bots
Posted on Dec 13, 2007 at 11:33 AM
For application here is the same code...ish for application cfcs. <code> <cfset this.sessionTimeout="#createtimespan(0,1,0,0)#" /> <!--- Check for bots - give a short lifespan ---> <cfif Len(CGI.HTTP_USER_AGENT) GT 0> <cfloop list="bot\b,crawl,\brss,feed,news,blog,r... read more »