Migrate classic state-reset operating mode
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To achieve the same client bound and reset behavior in PAS for OpenEdge as in a classic state-reset AppServer, include the following as the first statement in your Connect event procedure:
|
This code 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 statements before exiting your Disconnect event procedure:
|
The QUIT statement in PAS for OpenEdge effectively performs the same ABL
session reset operation that occurs in the classic AppServer after the Disconnect event
procedure executes.