Alexander,
To my understanding, your code will display only one's own session
variables, not those of all users.  Can you explain?
-David

On Mon, 27 Mar 00 Alexander Lamon <[EMAIL PROTECTED]> writes:
> Session and application variables and can be accessed using the 
> Struct functions.  To see all of the session variables for an
application, 
> you can do something like this:
> 
> <cfoutput>
> <cfloop collection="#session#" item="variable">
>      #variable# = #StructFind(session, "#variable#")# <br>
> </cfloop>
> </cfoutput>
>  I use this kind of thing to see who's on a few of my sites and 
> where they are.
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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