Question

I'm starting with Spring Security and would like to know if it's possible to get the last access time of logged user.

Était-ce utile?

La solution

Yes, but you will have to track that information. For example: How to correctly update the login date time after successful login with Spring security?

There is no out of the box feature provided by Spring security.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top