Search Results

0
votes

Problems with ASP.Net State Service

In my experience we've found out that native state server or even using SQL Server for sessions is a very scary scenario as both have issues. I think you can explore other products for this …
1
vote

Allowing Session in a Web Farm? Is StateServer Good Enough?

In my experience we've found out that native state server or even using SQL Server for sessions is a very scary scenario as both have issues (mainly performance). By the way, we are also using stic …