Whatever message this page gives is out now! Go check it out!
| Administrator Settings | Path | Default Admin Profile | Secure Profile | Changes to the setting post migration to ColdFusion 10 |
| Use UUID for cftoken | Server Settings > Settings | Enabled | Enabled | Overwritten |
| Disable access to internal ColdFusion Java components | Server Settings > Settings | Disabled | Enabled | Overwritten |
| Enable Global Script Protection | Server Settings > Settings | Enabled | Enabled | Overwritten |
| Maximum size of post data | Server Settings > Settings | 20MB | 20MB | Overwritten |
| Missing Template Handler | Server Settings > Settings | No Value | Custom missing error template | Retained if specified |
| Site-wide Error Handler | Server Settings > Settings | No Value | Custom site-wide error template | Retained if specified |
| Request Queue Timeout Page | Server Settings > Request Tuning | No value | Custom error template | Retained if specified |
| Cookie Timeout | Server Settings > Memory Variables | 15767000 minutes | 1440 minutes | N/A |
| Disabling updating of ColdFusion internal cookies using ColdFusion tags/functions | Server Settings > Memory Variables | Disabled | Enabled | N/A |
| Enable WebSocket Server | Server Settings > WebSocket | Enabled | Disabled | N/A |
| Start Flash Policy Server | Server Settings > WebSocket | Enabled | Disabled | N/A |
| Allowed SQL (all settings) | Data & Services > Data Sources > database > Advanced Settings | Enabled | Create, Drop, Alter, Grant, Revoke, Stored Procedures are disabled | Retained if specified |
| Enable Robust Exception Information | Debugging & Logging > Debug Output Settings | Disabled | Disabled | Overwritten |
| Enable CFSTAT | Debugging & Logging > Debug Output Settings | Enabled | Disabled | Overwritten |
| Select the type of Administrator authentication | Security > Administrator | Use a single password only | Separate user name and password authentication (allows multiple users) | N/A |
| Enable RDS Service | Security > RDS | Configurable at install time | Disabled | N/A |
| Select the type of RDS authentication | Security > RDS | Use a single password only | Separate user name and password authentication (allows multiple users) | N/A |
| Allowed IP addresses for ColdFusion Administrator access | Security > Allowed IP Addresses | Not available at install time | Available at install time | N/A |
| Allow concurrent login sessions for Administrator Console | Security > Secure Profile | Enabled | Disabled |
-Djava.security.manager "-Djava.security.policy=cf_root/WEB-INF/cfusion/lib/coldfusion.policy" "-Djava.security.auth.policy=cf_root/WEB-INF/cfusion/lib/neo_jaas.policy" |
C:\Inetpub\wwwroot C:\Inetpub\wwwroot\sales C:\Inetpub\wwwroot\rnd C:\Inetpub\wwwroot\rnd\dev C:\Inetpub\wwwroot\rnd\'a |
| Permission | Effect on files | Effect on directories |
Read | View the file | List all files in the directory |
Write | Write to the file | Not applicable |
Execute | Execute the file | Not applicable |
Delete | Delete the file | Delete the directory |
writeoutput("Temp Dir : " & createobject("java","java.lang.System").getProperty("java.io.tmpdir") ); </cfscript> |
Field | Description |
|---|---|
Challenge store | Where passkey challenges are held between the start of a ceremony and completion. Memory (in-process) suits a single server and is simplest. EhCache or server cache (backed by Redis, JCS, Memcached, or similar, depending on your cache configuration) is appropriate for clustered deployments so any node can validate the same challenge. |
Challenge TTL | Lifetime of a passkey challenge, in seconds. Must fall within the allowed range (typically 30–600; example default 60). Too short causes user-visible timeouts; too long increases the window if a challenge is leaked. |
Default datasource | Datasource used to store passkey credential records when your application relies on the administrator default. If set to None, you must configure the datasource in Application.cfc (or equivalent) so credential storage is defined for your apps. |
Field | Description |
|---|---|
Enable client certificate authentication | Turns on client-certificate-based sign-in for the administrator when traffic is presented through a proxy that supplies certificate data. Requires correct proxy and ColdFusion configuration; test in a non-production administrator URL first. |
Enable for root admin | When enabled, allows the root administrator account to authenticate with a client certificate in addition to (or as defined by) your security model. Use only when certificate issuance and mapping are strictly controlled. |
Certificate source | How ColdFusion reads the client certificate subject: HTTP header — read a header set by the proxy (you must configure the proxy to pass the subject string). CGI variable — read from the environment (for example CERT_SUBJECT) when the connector exposes it. |
Subject header name | Name of the HTTP header that contains the certificate subject DN (distinguished name), for example X-SSL-Client-Cert-Subject. Required when certificate source is HTTP header; must match what your reverse proxy sends. |
Subject match criteria | How the incoming subject is matched to an administrator user record: Exact DN match — full distinguished name must match. Common name (CN) match — match on the CN component only (simpler but often weaker; use only with a clear trust and issuance policy). |
Control | Description |
|---|---|
Submit changes | Saves updates to Passkey / WebAuthn and client certificate settings. |
Application.cfc override) so credential storage is auditable and backed up like other security data.