Update grails3.adoc

Add a note about spring-session and grails flash scope, with link to stackoverflow answer.
This commit is contained in:
mikemassa84
2017-07-12 10:53:59 -05:00
committed by Rob Winch
parent 63b67a501d
commit 2161f966de

View File

@@ -128,3 +128,6 @@ Alternatively, you can also delete the explicit key. Enter the following into yo
$ redis-cli del spring:session:sessions:7e8383a4-082c-4ffe-a4bc-c40fd3363c5e
Now visit the application at http://localhost:8080/test/index and observe that we are no longer authenticated.
NOTE: Spring Session will not work with grails flash scope without additional work. +
See this answer for an explanation: https://stackoverflow.com/a/43311427