Bug 18777 - multisession cookie support
Summary: multisession cookie support
Status: RESOLVED DUPLICATE of bug 14730
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-27 19:24 PDT by marcos pinto
Modified: 2008-04-27 20:29 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marcos pinto 2008-04-27 19:24:34 PDT
CURL supports saving cookies to a file, with the --cookie-jar=path option.  Then you tell CURL to use that file when loading pages, with the --cookie=path option.  It would be nice to be able to specify the path to webkit-gtk and have it handle it.  I don't know C/C++, but it seems like there cookiejar support in WebKit/WebCore/platform/network/curl
thanks
Comment 1 Mark Rowe (bdash) 2008-04-27 20:29:31 PDT

*** This bug has been marked as a duplicate of 14730 ***