BBjJettyContextConfiguration::setSessionStopProgram
Description
In BBj 15.00 and higher, a BBj program can be executed when an HTTP session terminates.
This method sets the name of the BBj program to be executed when a BBjHttpSession terminates
Syntax
Return Value |
Method |
---|---|
void |
setSessionStopProgram(string program) |
Parameters
Variable |
Description |
---|---|
program |
the BBj program to execute |
Return Value
None.
Remarks
The program can access the BBjHttpSession by
calling:session! = api!.getClientProperty("session")
Example
|