I have a script that runs into a virtual market website.
My script searchs for a specified item and then he buys it if the price is below "X" number. But sometimes my script stop running because the ppsessid number gets updated on the browser and I need to fill it manually on my "cookies.txt".
Is there any solution to make an automatic script which could update automatically the phpsessid number so my script will have access everytime into the website?