Community Member Profile
- Profile: /members/2292-Randy-Merrill.htm
- Comments: 2
- Points: 1
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,slur... 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="b... read more »



