带有会话变量的 codeigniter global_xss_filtering
当我在配置文件中将其设置为默认 true 时,我无法再访问我的会话变量。我该如何解决这个问题,以便我仍然可以打开它并使用我的会话变量?
When i set this to default true in the config file I can no longer access my session variables. How do I fix this so I can still have this on and use my session variables?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XSS 过滤正在影响 CI 存储会话数据的 cookie。我建议默认关闭 XSS 过滤,并且仅在需要时使用它。
The XSS filtering is affecting the cookie where CI stores the session data. I would recommend turning XSS filtering off by default and only using it where you need to.