Best of Talk (7/3/03)

 
Jul 19, 2003

by Dina Hess

Title: Parse Formatted List
Date: 07/03/03      5 Posts
Summary: When testing to see if a value is contained in a list of elements, remember that ListFind() looks at the entire list element while ListContains() looks for a substring within a list element.
 
Title: Unnecessary jsessionid in the Url
Date: 07/03/03      5 Posts
Summary: To work around a CFMX bug that appends the jsessionid to a URL, use META tags rather than CFLOCATION:

   <cfheader statuscode="302" statustext="Temporarily Moved"/>
   <cfheader name="Location" value="LoginPage.cfm"/>
For more information, see Sean Corfield's blog entry.
 
Title: Limit to How Much Form Data Can Be Submitted?
Date: 07/03/03      5 Posts
Summary: If a form is posted to an action page, there is effectively no limit to the amount of data that can be sent. This thread also includes somes discussion about storing files in the database rather than file links.
 

Add a Comment
(If you subscribe, any new posts to this thread will be sent to your email address.)
  
Privacy | FAQ | Site Map | About | Guidelines | Contact | Advertising | What is ColdFusion?
House of Fusion | ColdFusion Jobs | Blog of Fusion | AHP Hosting