| Thread Title: | CFMX Developer Edition wish was Re: Pro v Enterprise? |
| End Date: | 10/20/02 64 Posts |
| Summary: | We evaluate the pros and cons as developers seek support for more IP addresses in CFMX Developers Edition. |
| Thread Title: | CFMX Server Dies |
| End Date: | 10/19/02 7 Posts |
| Summary: | Do you have a CFMX/SQL 7 configuration? If so, you may need to switch to an ODBC Socket talking to a System DSN to eliminate server crashes. |
| Thread Title: | CFMX Session Issues? |
| End Date: | 10/19/02 4 Posts |
| Summary: | To expire sessions in MX apps that use client or session management, use <cfcookie name="JSessionid expires="Now">. |
| Thread Title: | CFSTOREDPROC Behavior |
| End Date: | 10/19/02 22 Posts |
| Summary: | If you're using CFSTOREDPROC, make sure the CFPROCPARAM tags in your output are in exactly the same order as they are declared in your stored procedure declaration because CF "ignores" the DBVARNAME attribute. |
| Thread Title: | Formatting #MonthasString |
| End Date: | 10/20/02 16 Posts |
| Summary: | Use Left(MonthAsString(Month),3) to return the first three letters of the month name. |
| Thread Title: | LONG Time CF Supporter - About Ready to Dump CF! |
| End Date: | 10/20/02 21 Posts |
| Summary: | Several developers express frustration with Macromedia's lack of responsiveness to CFMX issues and bugs while others point to MM's solid participation on CF-Talk and their historical efforts to resolve developer issues. |
| Thread Title: | Session variables |
| End Date: | 10/19/02 12 Posts |
| Summary: | To prevent session variables from expiring until the browser is closed or the user logs out, create a frame that makes regular requests to the server using either META tags or JavaScript's setTimeout function. |