Hey all,
I'm trying to get spring-session backed by redis working with the spring boot guide:
My commit from a fresh grails 3.0.3 app:
It connects to redis and all the beans are created, but sessions don't get stored. If I add spring-security starter sessions do get stored but do not work after reboots of app (get a new session even though its valid, no objects on session are preserved). The sample from spring boot does work -
https://github.com/spring-projects/spring-session/tree/master/samples/boot
Wondering if Grails is doing something different to the sessions that's incompatible with spring-session?
This would be a pretty nice feature for cluster a bunch of grails 3 jar'd apps with just a few lines of code. Hope I'm just missing something simple.
Thanks!
-Eric