Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello sir i want information about which session state good for asp.net application
Posted

=) Good question but it depends of what you really need.
Maybe it would be better to reorganize your question, depends of what you really need.

For example my ASP.Net app will has a thousand of concurrent request, will use a load balancer, or for example, server is limited in resources: few Ram , CPU resources etc...
And in result depends of your needs we will advise you better choice..
 
Share this answer
 
v3
Comments
Thomas Daniels 25-Dec-12 5:29am    
+5!
santhosht 25-Dec-12 5:43am    
Thank you for given replay sir...my question is what session mode used in u r app..why that only..?
Oleksandr Kulchytskyi 25-Dec-12 5:56am    
Again not so correct question....
I have been involved in development of various ASP.NET apps.
Each of them use differ session state management mechanism.
Again and again i repeat that all depends...
In my own blog which i have written on ASP.NET , i use InProc mode , because:
- I store a little of data in session,
- I have no load balancer for it,
- My hosting provider exposes to me very powerful server(maybe this has no relevance for this question)
- Not all peages require sessions storage
So one conclusion, InProc mode much more faster but it requires more memor on the server

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900