laravel 设置Cookies不生效
程序员文章站
2022-05-14 14:40:39
...
cookie('admin_username',123,45000);
dd(cookie('admin_username'));
打印出来为Null
这是为什么?
也尝试过Cookie:make Cookie:get
获取的都是Null
回复内容:
cookie('admin_username',123,45000);
dd(cookie('admin_username'));
打印出来为Null
这是为什么?
也尝试过Cookie:make Cookie:get
获取的都是Null
在响应里设置response('')->withCookie(cookie('name','laravel',1000))
cookie要下次打开页面才生效吧
推荐阅读
-
layui中select,radio设置不生效的解决方法
-
浏览器主页设置不生效的可能原因
-
浏览器主页设置不生效的可能原因
-
WPF设置ListBoxItem失去焦点时的背景色不生效的问题
-
关于Linux系统(Ubuntu14.04)上QComboBox设置qss样式表字体颜色color属性不生效或只对下拉列表生效的解决方案
-
mongoose设置unique不生效问题的解决及如何移除unique的限制
-
GRUB2设置theme以后仍不能显示以及GRUB2修改背景图片后不生效的解决方法
-
spring boot security设置忽略地址不生效的解决
-
解决IDEA中设置springboot热部署不生效问题
-
springboot 设置CorsFilter跨域不生效的解决