MonoCloud Management SDK
    Preparing search index...

    Interface SessionOptions

    Session Options Response: Represents the session persistence and expiration configuration.

    SessionOptions

    Index

    Properties

    absolute_session_lifetime: number

    The maximum session lifetime after which the session expires regardless of activity or expiration type (in minutes).

    SessionOptions

    expiration_type: SessionExpirationTypes

    Determines whether the session expiration is extended on activity (sliding) or expires at a fixed time (absolute).

    SessionOptions

    persistence_mode: SessionPersistenceModes

    Determines whether the user session is persisted across browser restarts, expires on browser close, or is decided by the user.

    SessionOptions

    sliding_session_lifetime: number

    The session lifetime applied when using sliding expiration (in minutes). Each qualifying user interaction renews the session up to the absolute limit.

    SessionOptions