meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 61 forks source link

Which users are online? #2064

Open jberanek opened 6 years ago

jberanek commented 6 years ago

Hi - this isn't a feature requests but I was just wondering if there is a way to see which users are currently online? I am doing battle with a committee whose average age is 80+. Your incredible MRBS is the answer to all their problems and they have promised to 'have a play' with it. I have given them each admin accounts but I'd like to see if any of them actually bother to log on.

Reported by: *anonymous

Original Ticket: mrbs/support-requests/1351

jberanek commented 6 years ago

We don't track sessions in the DB or anything like that, so the best you may get is a combination of web server access logs and PHP session files (grep UserName /sess_*)

Original comment by: jberanek

jberanek commented 6 years ago

The other thing you could do is enable email notifications to the MRBS admin (you) whenever a booking is made. You won't see whether they log on, but you will see if they get as far as making a test booking.

Original comment by: campbell-m

jberanek commented 6 years ago

Great - thank you. I ran reports and found that one of them had heavily tested it so that is good. I have set up notifications as well. I am grateful for you help and your suggestions.

Original comment by: *anonymous