In CF5 (and earlier), "Server" was not a real structure. It looked like a struct - it smelled like a struct - but it wasn't. Therefore, you could not cfdump it. Of course, if you did: <cfset server.MyAppData = structNew()>, you could use that variable as a struct.
Server is a structure in CFMX though. ======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Joe Bastian [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 09, 2002 12:11 AM > To: CF-Talk > Subject: Internal CF Structures? > > > There is mis-leading documentation on CF internal structures. > Some docs say "Server" variables are CF structures.... > if you try to dump "server" it goes into an error.. > Some other docs mention you cannot use "server" structure prefixes.. > Anybody know which is correct... what is "Server.Os.Name" stored as? > > Appreciate any help. > > Joe > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

