Community Member Profile
- Profile: /members/908-dickbob.htm
- Comments: 4
- Points: 21
Recent Blog Comments By dickbob
-
Ask Ben: Extending OnSessionStart() In A Sub Directory Application.cfc
Posted on Feb 16, 2009 at 2:41 PM
@BrianO, of course your method is fine and works perfectly in fact I used to the same. Just a suggestion to play the OO way and reduce the number of dependencies outside of your code :-)... read more »
-
Ask Ben: Extending OnSessionStart() In A Sub Directory Application.cfc
Posted on Feb 16, 2009 at 5:33 AM
Don't forget Sean's excellent trick for accessing the root Application.cfc http://corfield.org/entry/Extending_Your_Root_Applicationcfc read more »
-
Is ColdFusion's GetPageContext().Forward() Method Worth Using?
Posted on Nov 11, 2006 at 6:13 PM
Yes, I too put the form data into a session object to get it to persist through to the cflocation page. I tend to use a structure name based on the form id but using a unique id that is passed through in the URL is an idea I'll have to consider. Thanks for sharing your technique. dick... read more »
-
Is ColdFusion's GetPageContext().Forward() Method Worth Using?
Posted on Nov 11, 2006 at 4:15 AM
I too like to use self-posting forms. My issue is that after a sucessful validation and the following cflocation the form scope is lost for the confirmation page. How do you get around that? dickbob... read more »



