State Server?

Discussion in 'Databases' started by Lee, Nov 19, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Lee

    Lee

    Does Discount ASP give access to a session state server, or is "InProc" the only option to handle sessions?

    -- Lee
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    No.

    We do not offer state server (SQL) because current version of ASP.NET only allow a single database to store session state, ie. you cannot name the state database name. This means all users will be sharing the same state database which is not desirable.

    MS came out with a hotfix to solve this but they recommend waiting for the service pack.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Lee

    Lee

    Gotcha...


    Please let us know when this service pack comes out, and this feature becomes available.


    Thanks!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page