设置session的有效时间使用的是该对象的什么方法?()
A: setAttribute()方法
B: getMaxInactiveInterval()方法
C: setMaxInactiveInterval()方法
D: setTime()方法
A: setAttribute()方法
B: getMaxInactiveInterval()方法
C: setMaxInactiveInterval()方法
D: setTime()方法
举一反三
- 设置Session对象的有效时间的方法是 A: setMaxInactiveInterval() B: getAttributeNames() C: setAttribute() D: setTime()
- 若要手动销毁session,需要使用session对象的( )方法。 A: invalidate() B: setAttribute() C: getAttribute() D: setMaxInactiveInterval ()
- 以下哪个方法可以设置session的有效期 A: setAttribute B: setMaxInactiveInterval C: invalidate D: isNew
- 方法setMaxInactiveInterval()用于设置一个session对象的最长生存时间
- session对象的()方法可以用来设置session对象的超时时间。 A: time() B: setMaxInactiveInterval() C: maxTime() D: invalidate()