How are cookies and browsing history handled in node-webkit (and CEF)?
I have an application that I want the user to be able to login through Facebook, which works fine, but once they close and re-open the application they have to do it again.
Is there any way to persist cookies, and better yet is there any way to use the cookies from that users native browsers (not sure how massive a security concern that is). I think web/native apps like Rdio do this (probably on Mac using WebViews) and I've heard that Adobe AIR applications that use Webkit also can share that user's browser cookies etc.