GIAC GIAC Secure Software Programmer - C#.NET GSSP-.NET Question # 111 Topic 12 Discussion

GIAC GIAC Secure Software Programmer - C#.NET GSSP-.NET Question # 111 Topic 12 Discussion

GSSP-.NET Exam Topic 12 Question 111 Discussion:
Question #: 111
Topic #: 12

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2008 as its application development platform. You create an ASP.NET Web application using the .NET Framework 3.5. The application uses Session objects. You are changing the application to run on a Web farm. You want to make sure that the application can access the Session objects from all the servers in the Web farm. You also make sure that when any server in the Web farm restarts or stops responding, the Session objects are not lost. What will you do?


A.

Use InProc Session Management mode to store session data in the ASP.NET worker process


B.

Use StateServer Session Management mode to store session data in a common State Server process on a Web server in the Web farm


C.

Use SQLServer Session Management mode to store session data in an individual database for each Web server in the Web farm


D.

Use SQLServer Session Management mode to store session data in a common Microsoft SQL Server 2005 database


Get Premium GSSP-.NET Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.