BBjJettyContextConfiguration::getSessionStartProgram
Description
In BBj 15.00 and higher, a BBj program can be executed when an HTTP session is created.
This method gets the name of the BBj program to be executed when a BBjHttpSession is created
Syntax
Return Value |
Method |
---|---|
String |
getSessionStartProgram() |
Parameters
None.
Return Value
the BBj program to execute
Remarks
Your program can access the BBjHttpSession by
calling:session! = api!.getClientProperty("session")
Example
|