Cookie 未在 apache 服务器中通过 SSL 发送

Cookie not sent over SSL in apache server

提问人:sw test 提问时间:11/9/2023 最后编辑:steven7mwesigwasw test 更新时间:11/11/2023 访问量:26

问:

我正在运行带有 PHP 版本 8 的 apache 版本 2.4.57 windows 服务器。

我遇到了未通过 SSL (HTTPS) 发送 Cookie 的问题。我有一个使用 HTTPS 的 Web 应用程序,但由于某种原因,cookie 未包含在请求标头中。

我试过这个

Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure 

在 apache httpd.conf 文件中。

请帮我解决这个问题。请使用下面随附的屏幕截图以获取更多克拉伦斯。

我已经使用 PHP codingter4 框架在我的 apache 配置文件中设置了它,经过很多努力,请帮我解决这个问题。

提前致谢。

php apache cookies 服务器 会话 cookie

评论


答: 暂无答案