Daniel
Member since Aug 3, 2009
- Profile: /members/3999-daniel.htm
- Comments: 5
Recent Blog Comments By Daniel
-
Dumping Out The CGI Scope Does Not List All Available CGI Values In ColdFusion
Posted on Apr 21, 2015 at 1:36 PM
Nope. I just wasted 3 hours until I found this. Thanks Ben.... read more »
-
ColdFusion Session Management And Spiders / Bots
Posted on Aug 3, 2009 at 5:06 PM
I swear, I only try to post when I think I have something useful to contribute. ;) Ok, so just for clarities sake I am posting the cfapplication/application.cfm code that worked for me and the Application.cfc code: Application.cfm <cfif not structKeyExists(cookie, "cfid")> <cfset sessio... read more »
-
ColdFusion Session Management And Spiders / Bots
Posted on Aug 3, 2009 at 3:19 PM
Ray, I just realized, did you try doing the StructKeyExists above your <cfapplication> tag? Does it work then?... read more »
-
ColdFusion Session Management And Spiders / Bots
Posted on Aug 3, 2009 at 3:18 PM
Odd Ray, This worked for my in FireFox and IE. Actually I did wind up seeing 2 possible hickups with this as well and I am still testing them. 1) If you are able to keep your original session going (in my example it is set to 1 minute) and something important session wise gets set then the first ... read more »
-
ColdFusion Session Management And Spiders / Bots
Posted on Aug 3, 2009 at 2:53 PM
Hello Ben, I know this is an old post to be replying on, but I read your post and then I read this post: http://www.ghidinelli.com/2008/03/26/minimizing-memory-damage-from-bot-created-sessions-in-coldfusion And I thought it might be a good one to cross link on. I wound up using an adaptation o... read more »