sessionData(String) constructor

Returns a new SessionData object, configured with the given SDML name prefix, that has access to the same session data as this object.

Syntax

public SessionData sessionData ( String sessionData )

Parameters

Returns

A new SessionData object that prefixes all property references with the prefix given by sessionData.

Usage

This can be used to create a session data object that is effectively restricted to only accessing data that starts with the given prefix.