Hi...  I've been lurking for about two weeks, and now I have a question. :)

I've written several web apps and want to be able to display to other users
who else is currently using the site.

Since each person must login (userid's are currently stored in session
variables), I'm wondering if I can create an application variable as an
array to store the uid of user that's logged in.

Assuming the array idea is possible, that seems like it'd work... except I'm
not sure how to check if their session has expired (if they don't select
logoff).  One thought is to create a second application variable for each
logged in user that is their uid, and check from within Application.cfm each
time to see that their session variable is still active.  If not, then zero
out the logged-in state set in the application variable array.

Thoughts?

Rob


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

Reply via email to