We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On documentation, the property is sethttponly : grails.plugin.cookiesession.sethttponly (http://plugins.grails.org/plugin/benlucchesi/cookie-session#understanding-cookiecount-and-maxcookiesize) If we set grails.plugin.cookiesession.sethttponly = true doesn't work.
grails.plugin.cookiesession.sethttponly = true
On code, the property is httponly (https://github.com/benlucchesi/grails-cookie-session/blob/master/src/main/groovy/grails/plugin/cookiesession/CookieSessionRepository.groovy#L216) If we set grails.plugin.cookiesession.httponly = true works
grails.plugin.cookiesession.httponly = true
The text was updated successfully, but these errors were encountered:
Fixed in https://github.com/double16/grails-cookie-session/tree/release/4.0.0
dependencies { compile 'org.grails.plugins:cookie-session:4.0.0.RC1' }
Sorry, something went wrong.
No branches or pull requests
On documentation, the property is sethttponly : grails.plugin.cookiesession.sethttponly (http://plugins.grails.org/plugin/benlucchesi/cookie-session#understanding-cookiecount-and-maxcookiesize)
If we set
grails.plugin.cookiesession.sethttponly = true
doesn't work.
On code, the property is httponly (https://github.com/benlucchesi/grails-cookie-session/blob/master/src/main/groovy/grails/plugin/cookiesession/CookieSessionRepository.groovy#L216)
If we set
grails.plugin.cookiesession.httponly = true
works
The text was updated successfully, but these errors were encountered: