Session Validation (validSession) Tag Library
The validSession tag library validates if your session is active or expired with Sterling B2B Integrator. If the validation fails, an error page or login page displays.
The following table describes the attributes used by the validSession
tag library:
Attribute |
Description |
---|---|
login |
(Required) URL of the login page that you are redirected to if your session expires or is invalid. A session is invalid if a user name attribute is not present. This attribute may be specified at the business process run time. If this attribute is not set and the session expires, the JSP page does not display. The session is valid if the user name attribute is present. |