Cookie Plugin
2% of Grails users
Dependency :
compile ":cookie:0.4"
Summary
Makes dealing with cookies easy. Provides an injectable service and tag to easily get, set, and delete cookies with one line
Installation
To install the cookie plug-in just add to BuildConfig.groovy:Or install via command line:
compile ':cookie:0.4'
grails install-plugin cookie
Description
This plugin makes dealing with cookies easy. Provides an injectable service and tag to easily get, set, and delete cookies with one line.Documentation can be found at https://github.com/dalew75/grails-cookie