Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base , October 20, 1999 at 11:01:14:

You are here: irt.org | About | Feedback | 527 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base

Sent by
David Swain on October 20, 1999 at 11:01:14:

Comments:
Errr...You can add this to the FAQ for Cold Fusion; "How to display all the current session variable name/value pairs currently residing in memory(ram)"

<cflock timeout="30"
name="#session.sessionid#"
type="readonly">
<cfloop collection=#session# item=y>
<cfoutput>
key= #y# (Value = #session[y]#)<BR>
</cfoutput>
</cfloop>
</cflock>





Other feedback on 'irt.org FAQ Knowledge Base' - show all

©2018 Martin Webb