How can I maintain Session state in a Web Farm or Web Garden?

Discussion in 'ASP' started by jbp_vicky, Jul 29, 2010.

  1. jbp_vicky

    jbp_vicky New Member

    Joined:
    Aug 29, 2009
    Messages:
    19
    Likes Received:
    0
    Trophy Points:
    0
    • Use a State Server or SQL Server to store the session state.
    • Use session Object
    • use EnableViewstate property
    • Use set session and get session

    please give me correct answers with description:happy:
     
  2. shyam_oec

    shyam_oec New Member

    Joined:
    Nov 26, 2007
    Messages:
    89
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Software Developer, .NET Framework
    Location:
    Jamshedpur
    Hi,
    this link will be helpful
    HTML:
    http://www.codeproject.com/KB/session/ASPNETSessionInternals.aspx
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice