session state and load balancing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • m.a

    session state and load balancing

    Hello,

    I am looking for a hosting solution for my asp.net application. I found
    that some ISP stated that session states are not preserved in a load
    balancing system. As I know, if the asp.net is configured to save the
    session states in SQL server or file system, it would be preserved in load
    balancing systems.

    What is the whole story from the hosting point of view?

    what should I look when I am searching for a hosting solution?

    Any suggestion for a ISP that doesn't have this problem?



    Regards




  • =?Utf-8?B?UGhpbCBKb2huc29u?=

    #2
    RE: session state and load balancing

    Hi, I can't suggest any hosting, but you are correct, it is only session
    state that is configured to be stored in process that will not work with load
    balancing.

    Configuring the app for SQL Server state management will work with load
    balancing.

    --
    Regards,

    Phillip Johnson (MCSD For .NET)
    PJ Software Development



    "m.a" wrote:
    Hello,
    >
    I am looking for a hosting solution for my asp.net application. I found
    that some ISP stated that session states are not preserved in a load
    balancing system. As I know, if the asp.net is configured to save the
    session states in SQL server or file system, it would be preserved in load
    balancing systems.
    >
    What is the whole story from the hosting point of view?
    >
    what should I look when I am searching for a hosting solution?
    >
    Any suggestion for a ISP that doesn't have this problem?
    >
    >
    >
    Regards
    >
    >
    >
    >
    >

    Comment

    Working...