系统默认的session对象timeout属性值是30分钟。() 此题为判断题(对,错)。
系统默认的session对象timeout属性值是30分钟。()
此题为判断题(对,错)。
相关考题:
在J2EE中,在web.xml中,有如下代码:session-configsession-timeout30/session-timeout/session-config以下描述正确的是()。 A.顶一了,默认的会话超时时长、时间为30秒。B.可以使用HttpSession类的getMaxInactiveInterval()方法把该值提取出来C.定义了默认的会话超时时长。时长为30小时D.可以使用Session类的getMaxInactiveInterval()方法把该值取出来
如果某服务器比较慢,执行查询操作时可能无法正常执行,应该设置下面哪个属性( )。 A.Connection对象.CommandTimeoutB.Connection对象.ConnectionTimeoutC.Command对象.CommandTimeoutD.Session对象.Timeout
如果某服务器比较慢,执行查询操作时可能无法正常执行,应该设置下面哪个属性()。A.Connection对象.ComandTimeOutB.Connection对象.ConnectionTimeoutC.Commmand对象.ConnectionTimeoutD.Session对象.TimeOut
如果服务器比较慢,执行查询操作时可能无法正常执行,应该设置下面哪个属性()。 A.Connection对象.ConnectionTimeoutB.Server对象.ConnectionTimeOutC.command对象.CommandTimeOutD.Session对象.TimeOut
阅读web.xml中下面配置代码: <session-config> <session-timeout>30</session-timeout> </session-config> 可以得知,Tomcat服务器的默认会话超时时间是()。A.30秒B.30分钟C.30毫秒D.30小时
阅读web.xml中下面配置代码: <session-config> <session-timeout>30</session-timeout> </session-config> 可以得知,Tomcat服务器的默认会话超时时间是()A.30秒B.30分钟C.30毫秒D.30小时
【单选题】在J2EE中,在web.xml中,有如下代码: <session - config> <session- timeout>30</session - timeout> </session - config> 上述代码定义了默认的会话超时时长,时长为30()A.毫秒B.秒C.分钟D.小时