1
我想知道是否可以在mysql中存儲curl的會話cookie。在mysql中存儲curl會話cookie
curl_setopt($ch, CURLOPT_COOKIEJAR, get_the_cookie());
curl_setopt($ch, CURLOPT_COOKIEFILE, get_the_cookie());
get_the_cookie()返回一個唯一到user.txt文件路徑, 但我希望能夠給這個cookie存儲在MySQL而不是文件系統,如果它甚至有可能。