Skip to content
Developer Preview

SessionDurability

Whether this host writes its sessions to disk. A property of the host process, fixed at construction and identical for every session and every connection it serves — never requested, granted, or negotiated, which is why it is not a capability. Open: the unrepresented degraded state has candidate resolutions that add a third value here, so closed would make that a breaking change.

  • "durable"
  • "ephemeral"
Source

schema/msp/experimental/msp.schema.json#/types/SessionDurability

{
"description": "Whether this host writes its sessions to disk. A\nproperty of the host process, fixed at construction and identical for\nevery session and every connection it serves — never requested, granted,\nor negotiated, which is why it is not a capability. Open: the\nunrepresented degraded state has candidate resolutions that add a\nthird value here, so closed would make that a breaking change.",
"enum": [
"durable",
"ephemeral"
],
"type": "string",
"x-msp-openness": "open"
}