Files
spring-session/samples/boot
Rob Winch 7f9b5c0515 Ensure Redis Configured to Send Keyspace Notifications
Previously there was a possibility that Session to WebSocket mapping was
leaked if keyspace notifications were not enabled in Redis.

To resolve this the RedisHttpSessionConfiguration now ensures that Redis
is configured to enable Keyspace notifications.

Fixes gh-76 gh-81
2014-12-23 16:38:42 -06:00
..
2014-12-12 12:56:19 -06:00
2014-12-12 12:56:19 -06:00

Demonstrates using Spring Session with Spring Boot and Spring Security. You can log in with the username "user" and the password "password".