Work done, almost the first version works and is ready to test. The patch works with current cvs. Please do an intensive test so bugs can be found fast. I am expecially interesting in the https cookies thing. A bad thing is that netscape cookies file format do not support ports for cookies, maybe with another file, maybe updating both files. Cookies are now managed out of dillo in the cookies.dpi and it uses a cookies file in netscape format so it can be used with other programs like for example wget. Between sessions the cookies get saved to ~/.dillo/cookies.txt, the old ~/.dillo/cookies is read too but not updated. Now cookies dpi have the state of the cookies and is the only that read and writes cookies.txt file. The diferent dillos running ask and send cookies to it. To minimize comunication between dpi and dillos all them read cookiesrc and only ask and send cookies for allowed sites. Cookies.dpi need to read cookiesrc so if a site is changed to deny cookies it deletes the cookies for that site in the cookies.txt file next time it load and write that file. All the work is implemented adding only three new dpi commands, two really, and a new send bloking dpi command function. When dillos wants the cookies for a site send the get_cookie dpi command to cookies dpi and this send the cookies in a get_cookies_answer dpi command. If an allowed site send a cookie dillos uses set_cookies dpi command to store the cookie in dpi. Use "dpidc stop" before changes to cookies.txt or cookies files or you can lost your changes. After cookies dpi reload the file all dillos will use the changes. If you changes the cookiesrc file use "dpidc stop" so cookies dpi reload the file. Only new opened dillos will use the changes. Diego/DarkSpirit