niusouti.com
更多“下面哪个不属于session对象的属性()。 ”相关问题
  • 第1题:

    如果某服务器比较慢,执行查询操作时可能无法正常执行,应该设置下面哪个属性()。

    A.Connection对象.ComandTimeOut

    B.Connection对象.ConnectionTimeout

    C.Commmand对象.ConnectionTimeout

    D.Session对象.TimeOut


    正确答案:A

  • 第2题:

    将当前页面中的Session对象删除,使用如下哪个方法?()

    A.Session.Clear()

    B.Session.Stop()

    C.Session.Delete()

    D.Session.Abandon()


    cookie.remove

  • 第3题:

    要在session对象中保存属性,可以使用以下哪个()语句。

    A.session.getAttribute(“key”,”value”);

    B.session.setAttribute(“key”,”value”);

    C.session.setAtrribute(“key”);

    D.session.getAttribute(“key”);


    A

  • 第4题:

    如果服务器比较慢,执行查询操作时可能无法正常执行,应该设置下面哪个属性()。

    A.Connection对象.ConnectionTimeout

    B.Server对象.ConnectionTimeOut

    C.command对象.CommandTimeOut

    D.Session对象.TimeOut


    参考答案:C

  • 第5题:

    将当前页面中的Session对象删除,使用如下哪个方法()

    A.Session.Clear()

    B.Session.Stop()

    C.Session.Delete()

    D.Session.Abandon()


    Session.Abandon()