Returns the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session. A negative time indicates that the session should never time out. @return the maximum inactive interval in seconds
()
| 217 | * @return the maximum inactive interval in seconds |
| 218 | */ |
| 219 | int getMaxInactiveInterval(); |
| 220 | |
| 221 | |
| 222 | /** |
no outgoing calls
no test coverage detected