Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Manage your Coldfusion Server

New Here ,
May 18, 2006 May 18, 2006
hi,

We are running on Linux, Apache and Coldfusion 5 Server. Is there a way for me to track the number of users connected in my application? Is there a CF command that I can use?

thanks.

rhoy
485
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 19, 2006 May 19, 2006
Is there a CF command that I can use?
I don't think Coldfusion 5 has a tag or function that returns the current number of users. You'll have to write the code your self.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 19, 2006 May 19, 2006
Maybe something like this?

http://cfhub.com/tutorials/online/

Or this?

http://www.cfmcentral.com/gallery/detail.cfm?Script_ID=303

You might also be able to do something really low-level with CFSTAT:

http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001717.htm#1304018

&laz;
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 28, 2006 May 28, 2006
LATEST
Hi,

The article in http://cfhub.com/tutorials/online/ answered my inquiry... Thanks for the help. More power.

Rhoy
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources