The session object in the business object model holds session state for a particular end-user and does business functions.
The session state is temporary, in that there is no mapping to persistent storage (which is done by the entity).
It is intended that temporarily-persistent session state be held in 'attributes'.
This will check methods on the session to see if test pages should be created for them. It assumes that the methods take one parameter as input, deliver one return type, and optionally expose one Exception
Type
boolean
Default
false
Copyright (c) 2001-2008 New Technology/enterprise Ltd.