| Thread Title: | CF Credit Card Verification/ Authorization Question |
| End Date: | 10/21/02 16 Posts |
| Summary: | Here are several recommendations for credit card authorization/verification services to integrate into an e-commerce site. |
| Thread Title: | CFMAIL Tag and Looping Output |
| End Date: | 10/21/02 10 Posts |
| Summary: | Need to manage high-volume mail? You can use iMS-SE or look into some of the custom tags that are available. If you decide to stick with CFMAIL, BCC 20 or so recipients at a time to take some of the strain off the mail spooler. |
| Thread Title: | Counting # of Characters in File |
| End Date: | 10/21/02 17 Posts |
| Summary: | To count the number of characters in a file, we had to use a combination of CFFILE and LEN. We follow up with speculation about how to do this more efficiently in MX. |
| Thread Title: | How Can You Get the Latest Version of a Page. |
| End Date: | 10/21/02 5 Posts |
| Summary: | Use this code snippet to get the latest version of a page:
<CFHEADER NAME="cache-control" VALUE="no-cache, no-store, must-revalidate, max-age=0">
This sets the HTTP headers to tell the browser not to cache the page. |
| Thread Title: | Multi File Upload with CFFILE? |
| End Date: | 10/21/02 7 Posts |
| Summary: | Several precautionary measures are suggested to a developer who needs to upload multiple files. |
| Thread Title: | Session Variables Not Expiring in CFMX |
| End Date: | 10/21/02 4 Posts |
| Summary: | Here are a few code snippets to expire session variables in CF5 and CFMX. |
| Thread Title: | Session Vars and Locking |
| End Date: | 10/21/02 31 Posts |
| Summary: | Pre-MX users should always lock shared memory variables or risk a server crash. In general, any process that creates a concurrency issue should be locked. |
| Thread Title: | Verity K2 Server |
| End Date: | 10/21/02 2 Posts |
| Summary: | Tips for setting up a Verity K2 Server with CFMX can be found at: http://livedocs.macromedia.com/cfmxdocs/Working_with_Verity_Tools/contents.htm. |