Session
Manage browser sessions, cookies, cache, proxy settings, etc. Process: Main The session module can be used to create new Session objects. You can also access the session of existing pages by using the session property of WebContents, or from the session module. Methods The session module has the following methods: session.fromPartition(partition[, options]) Returns Session – A session instance from partition string. When there is an existing Session with the same partition, it will be returned; otherwise […]