partition
Sets the session used by the process according to the session's partition string. If partition starts with persist:, the process will use a persistent session available to all pages in the app with the same partition. If there is no persist: prefix, the process will use an in-memory session. By assigning the same partition, multiple processes can share the same session. If the session option is set, this option is ignored.