Hello
On 17.07.10, you wrote:
>
> There is more information than in Bernd's cookie but how to know if it is
> loaded at start ?
information is same i only remove the content for security reason
You forget to set in the options file a filename.I do this.then there is a file
cookiefile in
netsurf dir create.
cookie_file:progdir:cookiefile
>
> if (fb_font_init() == false)
> die("Unable to initialise the font system");
>
> fbtk = fbtk_init(nsfb);
>
> + urldb_load_cookies(option_cookie_file);
> + ami_cookies_initialise();
>
this ami_xxx is amiga specific code and dont work on other systems
>
> void gui_quit(void)
> {
> LOG(("gui_quit"));
> CloseLibrary(DosBase);
> framebuffer_finalise();
>
> + urldb_save_cookies(option_cookie_file);
> + ami_cookies_free();
Regards