CookieJarDB.this

Creates a #SoupCookieJarDB.

filename will be read in at startup to create an initial set of cookies. If read_only is false, then the non-session cookies will be written to filename when the signalCookieJar::changed signal is emitted from the jar. (If read_only is true, then the cookie jar will only be used for this session, and changes made to it will be lost when the jar is destroyed.)

  1. this(void* ptr, Flag!"Take" take)
  2. this(string filename, bool readOnly)
    class CookieJarDB
    this
    (
    string filename
    ,)

Parameters

filename string

the filename to read to/write from, or null

readOnly bool

true if filename is read-only

Return Value

the new #SoupCookieJar