benlucchesi / grails-cookie-session

cookie sessions for grails applications
28 stars 32 forks source link

grails.plugin.cookiesession.enabled = false #49

Open benlucchesi opened 9 years ago

benlucchesi commented 9 years ago

bug - disabling the cookie session causes the application to fail to launch

double16 commented 6 years ago

Added test to https://github.com/double16/grails-cookie-session and it passes. Fixed in dependencies { compile 'org.grails.plugins:cookie-session:4.0.0.RC1' }