| Title: |
Datasource Connections |
| Date: |
07/14/03
19 Posts
|
| Summary: |
All queries from a single request use the same database connection if you're running with the default configuration options in CF Admin. This thread also includes a "debate" about the relationship between the timing of requests that arrive at the database and transactions, which are a set of "statements that...are considered a single atomic action." |
| |
| Title: |
CFHTTP |
| Date: |
07/14/03
7 Posts
|
| Summary: |
You can preserve session state when using CFHTTP METHOD="post" by reading the header of the first request to find the session token and passing it back in subsequent requests via CFHTTPPARAM. See the related thread for code examples. |
| Related: |
Is There a CFHEADER type tag for CFHTTP?
|
| |
| Title: |
Code Errors with ColdFusion - Please Help? |
| Date: |
07/14/03
13 Posts
|
| Summary: |
Database gurus team up to optimize a SQL code block by sending an appended quoted value list parameter via CFQUERYPARAM to one query only when records
are returned by another query. |
| |