November 2017
Intermediate to advanced
542 pages
14h 24m
English
Another benefit of concurrent session control is that SessionRegistry exists to track active (and, optionally, expired) sessions. This means that we can get runtime information about what user activity exists in our system (for authenticated users, at least) by performing the following steps:
//src/main/java/com/packtpub/springsecurity/configuration/ SessionConfig.java @Bean public ...Read now
Unlock full access