PDA

View Full Version : State Server?


Lee
11-19-2004, 03:36 AM
Does Discount ASP give access to a session state server, or is "InProc" the only option to handle sessions?

-- Lee

bruce
11-19-2004, 10:24 AM
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 (http://www.DiscountASP.NET)

Lee
11-19-2004, 10:33 AM
Gotcha...


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


Thanks!