help! Some problem with the incorrect url.
There is a website that it always keep a session id in it's url.
And,generally,one session keep activated for a certain duration.
when the url contain a session id ,it won't work again after the duration.
I think there is something with cookies,but don't really know why?
Pls help me to solve this problem .
Thank you!
help! Some problem with the incorrect url.
Hi,
This is a pretty common scenario. The URL might look something like this:
http://www.foo.com/mypage.php?sessionid=3lkj3jflkjf32
To handle this with screen-scraper, you first need to request a page that will contain the session ID, so that it can be extracted. For example, you may request a page containing this snippet of HTML: