Jeff,

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.



>I know I've seen this, but after two hours of searching, I'm giving up :-)
>
>I want to do a "who's on" listing, and display all of the instances of
>session.username that currently exist.
>
>Isn't there a way to get all of the session variables, not on a per user
>basis, but for all users with active sessions?
>
>I have session.username and session.lastdatetime being set (among others).
>How can I list all of the instances of session.username and
>session.lastdatetime?
>
>TIA!
>
>Jeff
>
>
>--------------------------------------------------------------------------
>----
>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.
------------------------------------------------------------------------------
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