In BBj 16.0 and higher, this method returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
Return Value |
Method |
int |
getMaxInactiveInterval() |
None.
an integer representing the max inactive interval of the BBjspWebSession
The example below displays the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses within a BBJSP BBJSP Servlet..
This example demonstrates how this works in a BBJSP web-page
|
This example demonstrates how this works in a BBJSP servlet
|