FILE ... TOC

Load all the cookies from the cookies file that was created calling save_cookies

Usage:

            webpage->load_cookies("fileName");

This class method loads the content of the global array @cookies from the file fileName given as argument.

The old content of the array is not deleted, so cookie files can be merged.

This method actually switches off cookie domain compliancy check and calls the method set_cookie using a dummy object for each line of the cookie file.

FILE ... TOC