
BBjHttpSession::getMaxInactiveInterval
Description
In BBj 12.0 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.