Hi, anyone know how to implement an audit log for users of a system in at any paricular time.Its part of the requirements am supposed to implement in a system.Its supposed to show who logged in,time/duration and time of log-out. Am using VB6.I will appreciate any help.thanx in advance

Recommended Answers

All 2 Replies

Hi

Simplest way is to append to a text file the logon details when someone logs on and the logoff details when they leave. Unless you have the duration at logoff you will have to post process. However if someone logs on more than once at same time.........

Denis

Hi

Simplest way is to append to a text file the logon details when someone logs on and the logoff details when they leave. Unless you have the duration at logoff you will have to post process. However if someone logs on more than once at same time.........

Denis

Thanx, i gave that a try and it worked perfectly well.that was a lovely answer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.