php-phantomjs
php-phantomjs copied to clipboard
send two consecutive requests in one PHPSESSID
Is it possible to send a first request to the main site and after it is fully loaded and receive special information of response content, send second request contains the obtained information with the same PHPSESSID? Because if PHPSESSID is changed, the information in the response will be changed again.