-
It seems like persisting session-scoped services does not work.
I have set up a new Grails 3 project and created a simple controller and a session-scoped service, which stores the current Date in a v…
-
I noticed that CSRF is disabled in the code. I know there are a number of code snippets out there to add csrf support to angular etc. Does this require glue code as well? I am looking at a number o…
-
If sentinel master and nodes are not specified than redisConnectionFactory is configured without poolConfig
-
I've added the following values to my Config.groovy:
```
springsession.strategy.defaultStrategy.cookie.name="MY_COOKIE"
springsession.redis.connectionFactory.dbIndex=2
```
Spring session is working …
-
Using two tabs, login and view a point that updates with some regularity on the new Data Point Details view. Bring up any page in your other tab, and use it to log out. Values are still updating!
-
Hi,
I'm trying the new class SessionEventHttpSessionListenerAdapter, in order to support my HttpSessionListener with SpringSession (1.1.0-BUILD-SNAPSHOT)
I registered my listener in the adapter:
Http…
-
I tried to install the plugin on my grails app that's under 2.5.0 and my app won't start. I'm using redis 3.0.3, and the plugin version 1.0.1.
Here is what I get at startup :
```
java.lang.IllegalSt…