isPeriodicLogin ( int frequency ) : void
Help you to implement a periodical login. In some site you are regularly disconnected. So put the function setCookie for all page. If you
do that it will reconnect you for each page and it is not very efficient. You will lose ressources. So use isPeriodicLogin with a frequency of 1000 for example, and
the login procedure will be ignored 999 times on the 1000. Each 1000 pages crawled you will be relogged.
See also
setCookieExample
isPeriodicLogin(1000);
isPeriodicLogin(500);
Parameters