设置session的有效时间的方法是
A: setMaxInactiveInterval(int interval)
B: getAttributeNames()
C: session.setAttribute(name, value)
D: getLastAccessedTime()
A: setMaxInactiveInterval(int interval)
B: getAttributeNames()
C: session.setAttribute(name, value)
D: getLastAccessedTime()
举一反三
- 设置Session对象的有效时间的方法是 A: setMaxInactiveInterval() B: getAttributeNames() C: setAttribute() D: setTime()
- 设置session的有效时间的方法是() A: setMaxinactiveInterval(intinterval) B: getAttributeName() C: setAttrbute(Stringname,Objectvalue) D: getLastAccessedTime()
- 设置session的有效时间使用的是该对象的什么方法?() A: setAttribute()方法 B: getMaxInactiveInterval()方法 C: setMaxInactiveInterval()方法 D: setTime()方法
- 以下哪个方法可以设置session的有效期 A: setAttribute B: setMaxInactiveInterval C: invalidate D: isNew
- 若要手动销毁session,需要使用session对象的( )方法。 A: invalidate() B: setAttribute() C: getAttribute() D: setMaxInactiveInterval ()