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