带有 httpOnly 标志的会话 cookie
我想配置我的 grails 项目,以便使用 httpOnly 标志设置会话 cookie。
据我了解,这是 web.xml 或 context.xml 文件中的配置。但如何在我的 grails 项目中设置它呢?
I would like to configure my grails project in such a way that the session cookie is set with the httpOnly flag.
As I do understand, this is a configuration in the web.xml or context.xml file. But how do I set it in my grails project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 这篇博文,似乎有几种方法可以做到这一点(The Definitive Guide to Grails 的作者对该帖子发表了评论)。但似乎没有任何直接的方法可以做到这一点。
It seems there are a few ways to do it according to this blog post (author of The Definitive Guide to Grails commented on that post). But it looks like there isn't any straightforward way to do it.