Cookie Session Plugin
The Cookie Session plugin enables grails applications to store session data in http cookies between requests instead of in memory on the server. This allows application deployments to be more stateless which supports simplified scaling architectures and fault tolerance. Read more
Dependency :
compile ":cookie-session:2.0.7"