Skip to content

Instantly share code, notes, and snippets.

@agesome
Created May 2, 2009 17:38
Show Gist options
  • Save agesome/105634 to your computer and use it in GitHub Desktop.
Save agesome/105634 to your computer and use it in GitHub Desktop.
if(enable_cookies){
if(cookies_file)
ck = soup_cookie_jar_text_new(cookies_file, false);
else
ck = soup_cookie_jar_new();
soup_session_add_feature(soup_session, SOUP_SESSION_FEATURE(ck));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment