FILE ... TOC

Set all cookies of a retrieved page

Usage:

           $page->set_all_cookies;

This method calls the method set_cookie method for each cookie sent with the page and stores the cookies sent in the global @cookies array.

FILE ... TOC