MonoCloud Management SDK
    Preparing search index...

    Enumeration SessionPersistenceModes

    The session persistence mode.

    Index

    Enumeration Members

    NonPersistent: "non_persistent"

    The session expires when the browser is closed.

    Persistent: "persistent"

    The session is always persisted in accordance with the configured expiration type.

    UserSelected: "user_selected"

    The session is persisted only if the user chooses to remember the session; otherwise, it expires when the browser is closed.