Renderer.createSession

Create a Session to store local data in (such as cookies, local storage, application cache, indexed db, etc).

  1. Session createSession(bool isPersistent, string name)
    class Renderer
    createSession
    (,
    string name
    )
  2. Session createSession(bool isPersistent, String name)

Meta