About Question com.enthuware.ets.scwcd.v5.2.539
Posted: Mon May 09, 2011 5:55 am
Please note that, in the Java EE 6 documentation, the behaviour of the method setMaxInactiveInterval has changed.
In the java ee 5 sdk there is:
"A negative time indicates the session should never timeout. "
While in the java ee sdk there is
"A return value of zero or less indicates that the session will never timeout. "
which is the same behaviour of the session-config element in the DD.
In the java ee 5 sdk there is:
"A negative time indicates the session should never timeout. "
While in the java ee sdk there is
"A return value of zero or less indicates that the session will never timeout. "
which is the same behaviour of the session-config element in the DD.