Does Coldfusion have a “Global” structure where the expressions global["FORM"], global["URL"], global["APPLICATION"], global["SESSION"], etc. are valid?
Does Coldfusion have a Global structure where the expressions global[FORM] , global[URL] , global[APPLICATION]
Share
no. Form, URL, Application, Session etc are all ‘global’ already. The underlying Java has got this, if you just want to dump out all the scopes at once:
Or at least that used to work, but in CF9 you have to use this instead: