Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我有一个用 php 编写的 web 服务器。还有一些用于数据库访问的 php 脚本文件。我正在编写一个 Qt 应用程序来向远程 php 脚本发送 get/post 请求。但是,为每个请求验证用户身份并不方便。所以,我想在 Web 服务器上使用会话控制。但我不知道如何在 Qt 应用程序中做。
正如 Orangepill 和 PLB 所说,解决方案是Passing cookies to the request url,您可以参考QNetworkAccessManager::setCookieJar.
Passing cookies to the request url
QNetworkAccessManager::setCookieJar
QNetworkAccessManager
setCookieJar
cookieJar