Migrate classic state-aware operating mode
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To achieve the same client bound behavior in PAS for OpenEdge as in a classic state-aware AppServer, include the following as the first statement in your Connect event procedure:
|
This disables the execution of Activate and Deactivate event procedures for
client requests over this connection until this attribute is set to FALSE, but leaves them available for use by session-free
client connections.
Also include the following as the last statement before exiting your Disconnect procedure:
|