Session State

T

Tim

Has any used Caching Application Block to store session state? I need my
application to be scalable so I am going to store session state on a SQL db.
I am curious if anyone has the Caching Application Block in production.

Thanks
 
A

Alvin Bruney [MVP]

Yes, however the caching application block has a bug that makes the cache
susceptible to race conditions so you need to get the latest patch.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 
T

Tim

Thanks for the post. How well does it work?

Thanks

Alvin Bruney said:
Yes, however the caching application block has a bug that makes the cache
susceptible to race conditions so you need to get the latest patch.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------


Tim said:
Has any used Caching Application Block to store session state? I need my
application to be scalable so I am going to store session state on a SQL
db. I am curious if anyone has the Caching Application Block in
production.

Thanks
 
A

Alvin Bruney [MVP]

it's very good except for the fact that if the website sees a lot of traffic
as in the case of 100,000 hits per day, you may start to see issues. If you
aren't expecting that volume, fire away at the caching block. It's very easy
to use.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------


Tim said:
Thanks for the post. How well does it work?

Thanks

Alvin Bruney said:
Yes, however the caching application block has a bug that makes the cache
susceptible to race conditions so you need to get the latest patch.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------


Tim said:
Has any used Caching Application Block to store session state? I need
my application to be scalable so I am going to store session state on a
SQL db. I am curious if anyone has the Caching Application Block in
production.

Thanks
 

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

Top