Tobe Goldfinger With An Excellent Debugging Tip

Posted August 16, 2006 at 2:11 PM

Tags: ColdFusion, Work

I email site errors to myself so that I can see what is going wrong on the server in "real time." I can't speak for anyone else, but I basically dump out my FORM and CGI scopes (among other objects) into an email attachment and send it on over to my inbox. I never gave it much thought. At the NY ColdFusion User's Group last week, Tobe Goldfinger brought up an excellent tip about this: make sure NOT to send credit card information via email. Imagine your site blows up during a checkout process and you dump out the FORM containing a user's CC info and email it without any sort of security. That information is now open to anyone who knows how to grab it. You can either remove the CC info before emailing it, or I suppose encrypt it before sending it out. Thanks Tobe!

Post Comment  |  Ask Ben  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

There are no comments posted for this web log entry.


Post Comment  |  Ask Ben

Recent Blog Comments
Tim
Mar 9, 2010 at 11:21 PM
DreamWeaver CS3 Slows Me Down
Revisiting the slow upload probs. On Vista & DW CS3 I had long waits when uploading locally and to a SFTP server. "Maintain synchronization information" within the site definition was the problem. Un ... read »
Mar 9, 2010 at 6:57 PM
Terms Of Service / Privacy Policy Document Generator
Thanks so much!!!! Definitely going to refer this to others. ------- Yanike Mann http://www.yeoworks.com ... read »
Mar 9, 2010 at 5:03 PM
Ask Ben: Javascript Replace And Multiple Lines / Line Breaks
Hello Ben, I'm having a lot of problems with a function that transform an single-line input-given value in a slug. The function is: function slug(fromm, tooo) { if (document.getElementById(fromm)) { ... read »
Mar 9, 2010 at 4:47 PM
ColdFusion, jQuery, And "AJAX" File Upload Demo
Oh, for crying out loud! Never mind, I figured it out! (slapping myself up side the head). It's been a really long day. Ok, so this works perfectly. Thank you for the great code! And for letti ... read »
Mar 9, 2010 at 4:38 PM
ColdFusion, jQuery, And "AJAX" File Upload Demo
I'm having a bugger of a time with this. I'm trying to use it with PHP instead. I know the PHP script works fine without the javascript (just submitting a regular form) and according to FireBug, th ... read »
Mar 9, 2010 at 4:25 PM
Calculating Your Weight Lifting Rep Maximum Using ColdFusion
The reason for the percentages being different work intensities for shoulders vs bench press is that there is further formulas required which integrate co-efficients relative to muscle mechanics for ... read »
Mar 9, 2010 at 4:01 PM
Ask Ben: Reading In A File Using CFFile And CFInclude
Ben, do you know what is the size of the file CFFILE can read into one variable. I have a big text file which is 350 K with over 250 K records. It seems that ColdFusion refuse to read the file into ... read »
Mar 9, 2010 at 3:36 PM
Ask Ben: Getting The Start And End Dates Of The Previous Week In ColdFusion
Is this example providing the previous week or is it providing a span of 7 days which may include last week? ... read »