网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
What is the purpose of session management?()
A

To manage the user’s login and logout activities.

B

To store information on the client-side between HTTP requests.

C

To store information on the server-side between HTTP requests.

D

To tell the web container to keep the HTTP connection alive so it can make subsequent requestswithout the delay of making the TCP connection.


参考答案

参考解析
解析: 暂无解析
更多 “单选题What is the purpose of session management?()A To manage the user’s login and logout activities.B To store information on the client-side between HTTP requests.C To store information on the server-side between HTTP requests.D To tell the web container to keep the HTTP connection alive so it can make subsequent requestswithout the delay of making the TCP connection.” 相关考题
考题 Since RAM is only active when the computer is on, your computer uses disk to store information even when the computer is off. Which of the following is true?(74).A.When your computer is on, only RAM is used to store information.B.When your computer is on, only disk drives are used to store information.C.When your computer is off, only RAM is used to store information.D.When your computer is off, only disk drives are used to store information.

考题 关于group by 以下语句正确的是( )A.SELECT store_name FROM Store_Information GROUP BY store_nameB. SELECT SUM(sales) FROM Store_Information GROUP BY salesC.SELECT store_name, price SUM(sales) FROM Store_Information GROUP BY store_name,priceD.SELECT store_name, SUM(sales) FROM Store_Information GROUP BY store_name

考题 Which two are functions of Oracle Workflow Directory Service? ()(Choose two.) A. manage workflow notificationsB. provide information about rolesC. store performer and roles relationshipsD. manage workflow session connection

考题 Originally introduced by Netscape Communications,(1)are a general mechanism which HTFP Server side applications, such as CGI(2), can use to both store and retrieve information on the HTTP(3)side of the connection. Basically, Cookies can be used to compensate for the(4)nature of HTTP. The addition of a simple, persistent, client-side state significantly extends the capabilities of WWW-based(5).A.BrowsersB.CookiesC.ConnectionsD.Scripts

考题 Originally introduced by Netscape Communications,(21)are a general mechanism which HTTP Server side applications, such as CGI(22), can use to both store and retrieve information on the HTTP(23)side of the connection. Basically, Cookies can be used to compensate for the(24)nature of HTTP. The addition of a simple, persistent, client-side state significantly extends the capabilities of WWW-based(25).A.BrowsersB.CookiesC.ConnectionsD.Scripts

考题 A user wants to establish an HTTP session to a server behind an SRX device but is being pointed to Web page on the SRX device for additional authentication.Which type of user authentication is configured?()A. pass-through with Web redirectB. WebAuth with HTTP redirectC. WebAuthD. pass-through

考题 What information does the Junos Pulse Access Control Service provide to Security Threat Response Manager (STRM)?() A. Session lengthB. User browser informationC. Session IP addressD. User identity information

考题 How does the Juniper DX accelerate web servers? () A. by translating HTTP requests to HTTPSB. by refusing client connections that are unnecessarily refreshed by end usersC. by multiplexing numerous client-side connections to fewer server-side connectionsD. by multiplexing numerous server-side connections to fewer client-side connections

考题 Originally-introduced by Netscape Communications,(31)are a general mechanism which HTTP Server side applications, such as CGI(32), can use to both store and retrieve information on the HTTP(33)side of the connection. Basically, Cookies can be used to compensate for the(34)nature of HTTP. The addition ora simple, persistent, client-side state significantly extends the capabilities of WWW-based(35).A.BrowsersB.CookiesC.ConnectionsD.Scripts

考题 You configure Outlook Web App (OWA) to require SSL.A user named User1 reports that when she connects to OWA, she receives a Web site security certificate warning message.You need to prevent User1 from receiving the warning message when she connects to OWA. What should you do?()A、On User1’s computer, install the erver’s root certificate into the Trusted Root CertificatioAuthorities store.B、On the Client Access server, install the server’s root certificate into the Trusted RooCertification Authorities store.C、From the Exchange Management Console (EMC), assign an Outlook Web App mailbox policy to User1.D、From the Exchange Management Console (EMC), open owa (Default Web Site) Properties. Configure the logon format to use the user principal name (UPN).

考题 A user wants to establish an HTTP session to a server behind an SRX device but is being pointed to Web page on the SRX device for additional authentication.Which type of user authentication is configured?()A、pass-through with Web redirectB、WebAuth with HTTP redirectC、WebAuthD、pass-through

考题 How does the Juniper DX accelerate web servers? ()A、by translating HTTP requests to HTTPSB、by refusing client connections that are unnecessarily refreshed by end usersC、by multiplexing numerous client-side connections to fewer server-side connectionsD、by multiplexing numerous server-side connections to fewer client-side connections

考题 What is the purpose of session management?()A、To manage the user’s login and logout activities.B、To store information on the client-side between HTTP requests.C、To store information on the server-side between HTTP requests.D、To tell the web container to keep the HTTP connection alive so it can make subsequent requestswithout the delay of making the TCP connection.

考题 Which interface must a session attribute implement if it needs to be notified when a web container persistsa session?()A、javax.servlet.http.HttpSessionListenerB、javax.servlet.http.HttpSessionBindingListenerC、javax.servlet.http.HttpSessionAttributeListenerD、javax.servlet.http.HttpSessionActivationListener

考题 Which the statement is true about web container session management()?A、 Access to session-scoped attributes is guaranteed to be thread-safe by the web container.B、 To activate URL rewriting, the developer must use the HttpServletResponse.setURLRewriting method.C、 If the web application uses HTTPS, then the web container may use the data on the HTTPS request stream to identify the client.D、 The JSESSIONID cookie is stored permanently on the client so that a user may return to the web application and the web container will rejoin that session.

考题 What information does the Junos Pulse Access Control Service provide to Security Threat Response Manager (STRM)?()A、Session lengthB、User browser informationC、Session IP addressD、User identity information

考题 Which two are functions of Oracle Workflow Directory Service? ()(Choose two.)A、manage workflow notificationsB、provide information about rolesC、store performer and roles relationshipsD、manage workflow session connection

考题 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application uses Session objects. You are modifying the application to run on a Web farm. You need to ensure that the application can access the Session objects from all the servers in the Web farm. You also need to ensure that when any server in the Web farm restarts or stops responding, the Session objects are not lost.  What should you do?()A、Use the InProc Session Management mode to store session data in the ASP.NET worker process. B、Use the SQLServer Session Management mode to store session data in a common Microsoft SQL Server 2005 database. C、Use the SQLServer Session Management mode to store session data in an individual database for each Web server in the Web farm. D、Use the StateServer Session Management mode to store session data in a common State Server process on a Web server in the Web farm. 

考题 You are developing an ASP.NET Web application. The application must pass an object that contains user-specific data between multiple pages. The object ismore than 100 KB in size when serialized.You need to minimize the amount of data is sent to the user. What should you do?()A、Pass the object data in a hidden field.B、Store the object instance in a session variable.C、Use a cookie that contains the object data.D、Encode the object data and pass it in a query string parameter.

考题 单选题How does the Juniper DX accelerate web servers? ()A by translating HTTP requests to HTTPSB by refusing client connections that are unnecessarily refreshed by end usersC by multiplexing numerous client-side connections to fewer server-side connectionsD by multiplexing numerous server-side connections to fewer client-side connections

考题 单选题Which statement is true about web container session management?()A Access to session-scoped attributes is guaranteed to be thread-safe by the web container.B To activate URL rewriting, the developer must use the HttpServletResponse.setURLRewriting method.C If the web application uses HTTPS, then the web container may use the data on the HTTPS request stream to identify the client.D The JSESSIONID cookie is stored permanently on the client so that a user may return to the web application and the web container will rejoin that session.

考题 单选题You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application uses Session objects. You are modifying the application to run on a Web farm. You need to ensure that the application can access the Session objects from all the servers in the Web farm. You also need to ensure that when any server in the Web farm restarts or stops responding, the Session objects are not lost.  What should you do?()A Use the InProc Session Management mode to store session data in the ASP.NET worker process. B Use the SQLServer Session Management mode to store session data in a common Microsoft SQL Server 2005 database. C Use the SQLServer Session Management mode to store session data in an individual database for each Web server in the Web farm. D Use the StateServer Session Management mode to store session data in a common State Server process on a Web server in the Web farm. 

考题 单选题A user wants to establish an HTTP session to a server behind an SRX device but is being pointed to Web page on the SRX device for additional authentication.Which type of user authentication is configured?()A pass-through with Web redirectB WebAuth with HTTP redirectC WebAuthD pass-through

考题 单选题常见的系统软件集成方式中LINUX平台使用的WEB服务器软件和数据库软件是()A APACHE HTTP SERVE、MYSQLB Internet Information Server、MYSQLC APACHE HTTP SERVE、SQL SERVERD Internet Information Server、SQL SERVER

考题 单选题You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. Now according to the company requirement, you are designing a consolidated repository of performance data. You must make sure that the four requirements below are met: the data collector is used to gather performance information; a single database stores performance information for all instances; performance information that is older than 15 days is deleted; reduce the administrative effort to manage performance to the least. So what action should you perform to achieve this goal? ()A You should create a SQL Agent job process on each instance to store and delete performance data in a single database for all instances. B You should configure a management data warehouse process on each instance, then use this process to store and delete performance data in a single database for all instances. C You should configure an automated server-side trace process on each instance, then use this process to store and delete performance data in a single database for all instances. D You should create and schedule a single Microsoft SQL Service Integration Services (SSIS) package process, then use this process to store and delete performance data in a single database for all instances. 

考题 单选题You configure Outlook Web App (OWA) to require SSL.A user named User1 reports that when she connects to OWA, she receives a Web site security certificate warning message.You need to prevent User1 from receiving the warning message when she connects to OWA. What should you do?()A On User1’s computer, install the erver’s root certificate into the Trusted Root CertificatioAuthorities store.B On the Client Access server, install the server’s root certificate into the Trusted RooCertification Authorities store.C From the Exchange Management Console (EMC), assign an Outlook Web App mailbox policy to User1.D From the Exchange Management Console (EMC), open owa (Default Web Site) Properties. Configure the logon format to use the user principal name (UPN).

考题 单选题Which interface must a session attribute implement if it needs to be notified when a web container persistsa session?()A javax.servlet.http.HttpSessionListenerB javax.servlet.http.HttpSessionBindingListenerC javax.servlet.http.HttpSessionAttributeListenerD javax.servlet.http.HttpSessionActivationListener