Coding Villa Forum
FAQs
Advertisements

Session State Providers in Asp.net 3.5

Iram Online 6/26/2012 12:07:06 PM

Hello Friends!

I am working on an Asp.Net website that will run on multiple servers due to its high traffic. Therefore I needs  to implement an efficient method to manage session states.So, I want to know about different session state providers in Asp.net and which provider is best to use on high traffic sites. Please friends waiting for your guidance.

Thanks

Share with Friends

Advertisements

Answer

Mehmood Online 6/27/2012 12:45:56 AM

I am afraid, I could not get you completely.

If you are sharing load among servers then
State Server can help you scale out, it allows multiple machines in a load balanced web-farm to share a single session state.
It is limited by machine memory, however if you will have lots of concurrent sessions you may want to use the SQL Session State provider.

For the most performance in a web , you can also try using AppFabric.

use below URLs:

http://msdn.microsoft.com/en-us/library/aa478952.aspx

http://msdn.microsoft.com/en-us/library/ms178587.aspx

http://blogs.msdn.com/b/velocity/archive/2008/06/05/how-to-use-session-store-provider-microsoft-project-code-named-velocity.aspx

http://msdn.microsoft.com/en-us/library/ee790859.aspx

Answer

Mehmood Online 6/27/2012 12:49:14 AM

We could purchase windows azure (Microsoft platform for cloud computing) services too which is most advanced form and efficient way but bit an expensive one.

Answer

Iram Online 6/29/2012 12:12:33 PM

What is Asp.Net Session State database? Is this necessary to Install it on SQL server in-case we are using SQL Session state mode.?
Share with Friends

Post reply

 

Enter This Code
Captcha
 

Subscribe

Email me when people reply


Subscribe to the