Hello,
I want to create a history table that will contain records of who(users) logged on to the database, what time they logged in, and what time they logged out. Basically, the table will hold details about each user's session.

Is there an easy way to do that? a system table that could help?

thank you for your help.
Joe