User login history in WAS
One answer

If you are running on WebSphere Liberty, you need to activate the audit feature in the server.xml.
<featureManager>
<feature>audit-1.0</feature>
</featureManager>
<feature>audit-1.0</feature>
</featureManager>
See the documentation here: https://developer.ibm.com/wasdev/downloads/#asset/features-com.ibm.websphere.appserver.audit-1.0