Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Action Webjects > End-Session
  
End-Session
The End-Session webject ends a Windchill session. All resources associated with the session are released. If any transactions are still open in the session, they are rolled back. Sessions are created by the Start-Session webject.
Syntax
<ie:webject name="End-Session" type="ACT">
<ie:param name="AUTHORIZATION"
data="$(@SERVER[]authorization[0])"/>
<ie:param name="CONNECTION_ATTEMPTS" data="attempts"/>
<ie:param name="CONNECTION_ATTEMPT_INTERVAL" data="interval"/>
<ie:param name="DBUSER" data="username"/>
<ie:param name="INSTANCE" data="appl_name"/>
<ie:param name="PASSWD" data="password"/>
<ie:param name="SESSION_ID" data="$(session[]session_id[])"/>
</ie:webject>
Parameters
Required
Interdependent
Optional
INSTANCE
AUTHORIZATION
CONNECTION_ATTEMPTS
SESSION_ID
DBUSER
CONNECTION_ATTEMPT_INTERVAL
PASSWD
* 
If a parameter is listed in the table but is not defined below, then it has a common parameter definition. For descriptions of those parameters, see Common Webject Parameters section in Adapter Webjects Overview.
SESSION_ID
The identifier of the session in which the webject is executed.
This parameter is required.