orcus
Joined: 22/01/2007 16:10:52
Messages: 136
Offline
|
Hi daveed!
Yes, #server.coldfusion.productversion# is the correct way to access this info.
To find out what data is available in various scopes, open "Debugging Settings" in admin console. Make sure "Debug enabled" option is checked, then check all boxes in "Debug Scopes" section (Application, Cookie, Server, CGI, Form, Session, Client, Request, URL). Don't forget to save settings.
Now, when you open a page, you can scroll down and see "tree-like" structure of each scope.
Another way was to use <cfdump var="#server#"/> to see what this concreet scope contains. <cfdump/> shows the same tree-like structure of the scope.
Regards!
|