Determines whether there is a valid DigiD session.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean digid.isvalid()
boolean digid.isvalid(boolean checkSession)

Parameters

Name Data Type Description
checkSession Boolean If set totruechecks if session state is available. If not, an exception is thrown.

Return Value

Data Type Description
Boolean trueif there is a valid DigiD session; otherwise,false.

Expand image Example

SXML