I don’t think the cookie storage is guaranteed to be 100% in sync across apps 
all the time. WebKit is probably batching up changes in memory before writing 
them out to disk. You should probably find a different way to do what you’re 
doing.

Also, launching an applet to launch your app seems cumbersome — the usual way 
to have the browser launch a custom app is to make up a custom URL scheme, 
register the app as handling that scheme, and then have the browser navigate to 
a URL of that scheme. This has the advantage that you can pass information to 
the app in that URL (which might remove your need to read the cookie?)

—Jens_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to