Determines whether the session is initiated from the current request.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean session.isnewsession()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Boolean True if it is a new session; otherwise, false.
SXML