PROGRESS.Session.sessionModel
- Last Updated: August 15, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Data Type: Integer
Session model: Session-free and session-managed
Session model supported by the application server operating mode, specified by one of the values shown in the following table.
| Value | Description |
|---|---|
| 0 | Session-managed |
| 1 | Session-free |
This property must be set for session-free applications. It is optional for session-managed applications.
This value must match the application server operating mode or the connection fails.
Default: 0