In the OSI model, which of the following layers would be the cause of a session time-out while browsing the web?() A.Laye r2B.Layer 3C.Layer 5D.Layer 7
In the OSI model, which of the following layers would be the cause of a session time-out while browsing the web?()
A.Laye r2
B.Layer 3
C.Layer 5
D.Layer 7
相关考题:
● ASP 中session对象的Session_OnStart事件的处理过程必须放到 (63) 文件中。A. Global.asa B. index.asp C. Web.config D. Styel.css
● ASP 中session对象的Session_OnStart事件的处理过程必须放到 (63) 文件中。(63)A. Global.asaB. index.aspC. Web.configD. Styel.css
The X.25 standard specifies three layers of functionality.Which layers of the OSI model correspond to the X.25 layers?A.the Physical, Network, and Session LayersB.the Physical, Data Link, and Network LayersC.the Physical, Data Link, and Transport LayersD.the Physical, Session, and Presentation layers
You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following
OSI参考模型有哪些层,按顺序()。A.Application、session、transport、network、physical、physical、datalinkB.Application、presentation、session、network、transport、datalink,physicalC.Application、presentation、session、transport、network、datalink、physicalD.Application、session、transport、physical、network、physical、datalink
ASP中Session对象的Session_OnStart事件的处理过程必须放到______文件中。A.Global.asaB.index.aspC.Web.configD.Styel.css
1、当有用户请求 Web页面时,会触发()事件?A.Application_Start()B.Session_Start()C.Application_End()D.Session_End()
已知web.xml中存在如下配置: <session-config> <session-timeout>2</session-timeout> </session-config> 则空闲状态2分钟后,HttpSessionListener中将被调用的方法是()A.sessionCreated()B.initializedSession()C.destroyedSession()D.sessionDestroyed()