lumen设置cookie出错
程序员文章站
2022-05-12 14:33:56
...
Type error: Argument 1 passed to SymfonyComponentHttpFoundationResponseHeaderBag::setCookie() must be an instance of SymfonyComponentHttpFoundationCookie, string given, called in /data/www/www.test.com/vendor/illuminate/http/ResponseTrait.php on line 83
这个错误,怎么导致的啊
回复内容:
Type error: Argument 1 passed to SymfonyComponentHttpFoundationResponseHeaderBag::setCookie() must be an instance of SymfonyComponentHttpFoundationCookie, string given, called in /data/www/www.test.com/vendor/illuminate/http/ResponseTrait.php on line 83
这个错误,怎么导致的啊
錯誤就講明了:參數是需要 Symfony\Component\HttpFoundation\Cookie
你卻丟 string
正確用法應該是:
use Symfony\Component\HttpFoundation\Cookie;
$response->headers->setCookie(new Cookie('foo', 'bar'));
上一篇: Python3的urllib.parse常用函数小结
下一篇: python实现中文转换url编码
推荐阅读
-
windows8 IE如何设置Cookie隐私级别图解
-
chrome浏览器设置删除指定网站的指定cookie缓存的详细教程
-
优酷视频下载出错时怎么设置消息提醒?
-
PHP setcookie指定domain参数后,在IE下设置cookie失效的解决方法
-
WinForm WebBrowser 设置cookie
-
PHP setcookie设置Cookie用法(及设置无效的问题)
-
javascript cookie用法基础教程(概念,设置,读取及删除)
-
vue中设置、获取、删除cookie的方法
-
解决Android webview设置cookie和cookie丢失的问题
-
ae导出视频出错提示设置不匹配怎么办?