When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade..

Answers were Sorted based on User's Feedback



When maintaining session through Sql server, what is the impact of Read and Write operation on Sess..

Answer / sarath

yes. performance degrades compare to inprocess.but its use
ful when information store is large and long term
maintainence.

Is This Answer Correct ?    4 Yes 1 No

When maintaining session through Sql server, what is the impact of Read and Write operation on Sess..

Answer / nanda

SQL server session Using not for Large and long term
maintaninence.

When your application is in a web farm model , then u have
two option State server and other database server option. U
can use Either SQL or ORACLE in DB option.

Is This Answer Correct ?    1 Yes 0 No

When maintaining session through Sql server, what is the impact of Read and Write operation on Sess..

Answer / guest

Yes it will make overhead to the Process to writh the data
in tyhe sql on every this

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com

3 Answers   TCS,


how many script manager controls are used in Ajax web page?

7 Answers   CSC, Health Prime Services, TCS,


Whats an assembly?

6 Answers   Siebel Systems,


What are the different types of validation controls provided in ASP.NET?

0 Answers   Sans Pareil IT Services,


How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.

0 Answers   Microsoft,


What is the use Membership in asp.net? and What is the use profiler in asp.net?

1 Answers  


How will you load dynamic assembly? How will create assesblies at run time?

0 Answers  


What is data cache in sql server?

0 Answers  


What is asp.net response object?

0 Answers  


Explain difference between dataset and datareader?

0 Answers  


What is Serilazation? how many type of serilazation are their?

3 Answers  


What are the Difference between asp.net and asp ?

0 Answers  


Categories