after some testing because of problems with the moviemeter.nl script (see forum script area), I found out, that when getpage3 function is called twice (with cookies), from the second time on only one cookie is sent to the server.
Code: Select all
PageText := GetPage3('http://www.moviemeter.nl/film/320','','cok=1;PHPSESSID=12j2h9nan7ckn5a40rnm513mp5;last_visit=1438707334');
ShowMessage(PageText);
PageText := GetPage3('http://www.moviemeter.nl/film/99817','','cok=1;PHPSESSID=12j2h9nan7ckn5a40rnm513mp5;last_visit=1438707334');
ShowMessage(PageText);
Result for second call (film 99817): --> Only "last_visit=1438707334" has been sent.
If you call second time with only one cookie "cok=1", result is nevertheless again "last_visit=1438707334" has been sent, which is irritating for me.
Not sure this is intended or an issue, perhaps you can take a look at this.
thanks
J.