Skip to content

Expire Session

workspacesweb_expire_session R Documentation

Expires an active secure browser session

Description

Expires an active secure browser session.

Usage

workspacesweb_expire_session(portalId, sessionId)

Arguments

portalId

[required] The ID of the web portal for the session.

sessionId

[required] The ID of the session to expire.

Value

An empty list.

Request syntax

svc$expire_session(
  portalId = "string",
  sessionId = "string"
)