bugger, hit the wrong keys....

here is the code

<cfapplication name = "alice" clientmanagement = "yes"
sessionmanagement = "yes">


<h2>Application Variables:</h2>
<cfoutput>
  <cfloop collection = "#application#" item = "variable">
  #variable# = #StructFind(application, "#variable#")#
 </cfloop>
</cfoutput>

<h2>Session Variables:</h2>
<cfoutput>
  <cfloop collection = "#session#" item = "variable">
  #variable# = #StructFind(session, "#variable#")# <br>
  </cfloop>
</cfoutput>

Matt Ledgerwood

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to