BBjHttpSession::getMaxInactiveInterval (Deprecated)
BBjHttpSession::getMaxInactiveInterval is deprecated for BBj 21.00 and higher, and has been replaced by BBxWebSession::getMaxInactiveInterval.
Description
In BBj 12.00 and higher, this method returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
Syntax
Return Value |
Method |
int |
getMaxInactiveInterval() |
Parameters
None.
Return Value
Returns an int.
Remarks
The example below displays the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses within a BBjServlet.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.