Not out of box. But, there is ( sort of) a fix. You can create an application variable (A structure, perhaps), For every user on your site, give them there own place in the application variable structure. Make the key their username (or userID, or whatever) and the value the date they last accessed (update it in OnRequestEnd.cfm). Then you have a list of all users currently on the site, which you can access using the Application variable.
At 06:22 PM 6/27/2002 -0400, you wrote: >This may seem like an obvious question but is it possible to access session >data of all users currently on the system? I'm interested in making an admin >tool with a "current user" browser...and I don't particularly like the idea >of replicating data to the application scope as it's a high volume site. > > > >Thanks! > > > >Stacy Young > >System Integration Specialist, Architecture > >Surefire Commerce > >http://www.sfcommerce.com <http://www.sfcommerce.com> > >(p) 514-380-2700 ext: 3234 > >(f) 514-380-2760 > > > > > >AVIS IMPORTANT: >------------------------------- >Les informations contenues dans le present document et ses pieces jointes >sont strictement confidentielles et reservees a l'usage de la (des) >personne(s) a qui il est adresse. Si vous n'etes pas le destinataire, >soyez avise que toute divulgation, distribution, copie, ou autre >utilisation de ces informations est strictement prohibee. Si vous avez >recu ce document par erreur, veuillez s'il vous plait communiquer >immediatement avec l'expediteur et detruire ce document sans en faire de >copie sous quelque forme. > >WARNING: >------------------------------- >The information contained in this document and attachments is confidential >and intended only for the person(s) named above. If you are not the >intended recipient you are hereby notified that any disclosure, copying, >distribution, or any other use of the information is strictly >prohibited. If you have received this document by mistake, please notify >the sender immediately and destroy this document and attachments without >making any copy of any kind. > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

