How do I track logins on my site?

I need help tracking logins and logouts on my site.

Just create a separate data type (Say session) and add workflows to login and logouts.

How would you structure the data type depends on your use case.

Alright, thanks.

On the user Thing. You should be able to add a property that is for last login and last logout. Then you can update it whenever a user logs in or logs out

right on, bro