SessionCheck

This function is required for the IFRAME API to check the validity of the transmitted session ID. This ensures that the specified user is actually still logged on to LiveConfig. Some additional data of the user is also returned.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

Authentication data

sid

string

^[\w.-]{24}$

no

Session ID

ua

string

^.{0,200}$

no

User agent string of the customers’ browser

Response

Field

Type

Null?

Description

status

string

no

Status (“ok”)

language

string

no

Currently selected language of the user (e.g. de or en)

login

string

no

Login name (e.g. a12345)

name

string

no

Name of the user (e.g. John Doe)

cid

long

no

Customer ID (e.g. 123)

subscriptions

string[]

yes

Array with names of all subscriptions to which the user has access


Last updated on Apr 13, 2020.
next: SessionCreate
previous: LiveConfigVersion