Question
.How do i determine who else is logged in and using my twiki site at the same time i am?
- TWiki version: latest
- Web server: apache
- Server OS: redhat linux
- Web browser: ie
- Client OS: win2000
--
BrettButler - 18 Oct 2002
Answer
If you have administrative rights: Telnet to the TWiki server, cd to the twiki/data directory and to a
tail -f log202603.txt
--
PeterThoeny - 18 Oct 2002
Question
.I am the admin, and that did work. Next question, how do i determine "from a twiki html page" who else is logged in and using my twiki site at the same time i am
Thanks,
Brett Butler
--
BrettButler - 18 Oct 2002
That is not supported directly in TWiki. You could create a cron job that extracts the last few lines from the log file and stores it in a pub twiki/directory. Then use a server side
INCLUDE to include the file into a TWiki topic.
--
PeterThoeny - 18 Oct 2002