首页 Session

Session

更新时间: 2026-05-09 14:55:30

Parameter

Type

Description

Example

object

Information about the session.

sessionId

string

The unique identifier for the function session.

81f70ae156904eb9b7d43e12f511fe58

functionName

string

The name of the function associated with the session.

functionName1

sessionAffinityType

string

The type of session affinity.

HEADER_FIELD

sessionTTLInSeconds

integer

The maximum lifespan of the session, in seconds.

21600

sessionIdleTimeoutInSeconds

integer

The maximum duration, in seconds, that the session can be idle before it expires.

1800

createdTime

string

The time when the session was created.

2025-04-01T08:15:27Z

lastModifiedTime

string

The time when the session was last updated.

2025-04-01T18:15:27Z

sessionStatus

string

The status of the session. Active indicates the session is valid, and Expired indicates it is no longer valid.

Active

containerId

string

The ID of the function instance associated with the session.

c-68999e02-16a1955c-d2a03d1ccs

qualifier

string

The qualifier, which specifies a function version or alias. Defaults to LATEST if unspecified.

AliasName1

nasConfig NASConfig

The NAS configuration, enabling the associated function instance to access specified NAS resources.

disableSessionIdReuse

boolean

Specifies whether an expired session ID can be reused. If true, an expired session ID cannot be reused. If false (the default), sending a request with an expired session ID creates a new session bound to a new instance.

false

ossMountConfig OSSMountConfig

The OSS mount configuration, enabling the associated function instance to access specified OSS resources.

polarFsConfig PolarFsConfig

The PolarFS mount configuration, enabling the associated function instance to access specified PolarFS resources.

juiceFsConfig JuiceFsConfig

The JuiceFS mount configuration, enabling the associated function instance to access specified JuiceFS resources.

阿里云首页 函数计算 相关技术圈