I am making a new Thread about retrieving a webpage.
I am using python.
I need to connect to a web link , then extract data to compute a result , which is already done, I shall send to another link.
But everytime I connect to the data page it will reload itself and randomly changes data.
So I need to handle the cookies session in order to get data and send the result to the second page without reloading the first page .
I ’ve already reading it, but I’d like to know , without any code or documentation how I supposed to do with words .
I mean what is the mechanism or trick to avoid the browser loading the current cookie and modifying it or deleting it .