Session State

T

Thomas

Hi,

I am fairly new to ASP.Net and I am struggling with session state. I need
to store session state on a sql server because in the future I will need the
ability to scale my app server into multiple servers. I am using ASP.Net
2.0 and I was looking at using the Cache Enterprise App Block 2.0. However,
I came across some articles online that the new enhancements in ASP.Net 2.0
for session state will eliminate the need to use the Cache App Block when
storing to a db. I am confused to what I should use. I like the idea of
using the Cache App Block because it is defined abstracted layer however is
there a need to add another layer to my application. Any thoughts?

Thanks
 
R

Robbe Morris [C# MVP]

When the time comes to move up to a farm, ScaleOut StateServer
is worth the money. Your site performance will still be great
and you won't have to adjust your code to integrate it:

http://www.eggheadcafe.com/articles/scaleout_server.asp

--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top