| Title: |
CFMX QofQ Error.... |
| Date: |
06/19/03
5 Posts
|
| Summary: |
If you're having problems with Query of Queries (QoQ) date comparisons after updating to CFMX, try using CFQUERYPARAM to pass in the query parameters. |
| |
| Title: |
Flash Remoting Issues with CFMX |
| Date: |
06/19/03
44 Posts
|
| Summary: |
Need to use the Flash Remoting proxy feature to consume remote web services? If you've installed Updater 3, you'll need to edit the "FlashGateway" servlet section in WEBINF/web.xml to restart it. Why? The Flash Remoting proxy can be used for a DoS attack, so Updater 3 disables it. Code to edit WEBINF/web.xml is included along with tips for securing the connection.
|
| |
| Title: |
CF Compatability |
| Date: |
06/19/03
53 Posts
|
| Summary: |
CF gurus contemplate CFML in light of backward compatibility and future possibilities. They also discuss BlueDragon's market niche and the role Fusebox plays in attracting and keeping the ColdFusion interest of large enterprises. |
| |
| Title: |
ColdFusion Cookies |
| Date: |
06/19/03
4 Posts
|
| Summary: |
When you enable session management in CFAPPLICATION, ColdFusion normally creates two persistent cookies on the client, CFID and CFTOKEN, "to associate a browser with session data." In contrast, a CFMX J2EE session will create one cookie, JSESSIONID, which expires when the browser is closed. To maintain state without using cookies, set client cookies to "no" in CFAPPLICATION and pass the URL token manually. |
| Related: |
Session Cookies
|
| |