Adobe ColdFusion 8

General debugging information

ColdFusion displays general debugging information. In the classic.cfm output format, the information is at the top of the debugging output. In the dockable.cfm output format, it looks like the following image:

(In the classic.cfm output format, the section is first in the debugging output and has no heading.)

The general debugging information includes the following values. The table lists the names used in the classic output template view.

Name

Description

ColdFusion

The ColdFusion version.

Template

The requested template. (In the dockable.cfm format, this appears in the Page Overview section and is called Page.)

TimeStamp

The time the request was completed. (In the dockable.cfm format, this appears in the Page Overview section and is called Date.)

Locale

The locality and language that determines how information is processed, particularly the message language.

User Agent

The identity of the browser that made the HTTP request.

Remote IP

The IP address of the client system that made the HTTP request.

Host Name

The name of the host running the ColdFusion server that executed the request.