1. Question: You need to store state data that is accessible to any user who connects to your web application and ensure that it stays in memory. Which collection object should you use?

    A
    Session

    B
    Application

    C
    Cookies

    D
    ViewState

    Note: Not available
    1. Report
  2. Question: You need to store a value indicating whether a user has been authenticated for your site. This value needs to be available and checked on every user request. Which object should you use?

    A
    Session

    B
    Application

    C
    Cookies

    D
    ViewState

    Note: Not available
    1. Report
  3. Question: Your application is being deployed in a load-balanced web farm. The load balancer is not set up for user server affinity. Rather, it routes requests to servers based on their load. Your application uses session state. How should you configure the SessionState mode attribute? (Choose all that apply.)

    A
    StateServer

    B
    InProc

    C
    Off

    D
    SqlServer

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd