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

My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?

1 Answers   Techno Solutions,


which is better arraylist or dictionary?

2 Answers  


suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????

1 Answers   L&T,


what is roles in asp.net

2 Answers  


What does ascx stand for?

0 Answers  






what is the relation between delegates and events

4 Answers   IBM, iNautix,


What is another word for redirect?

0 Answers  


How to bind all the binding controls in a page at once in ASP.NET?

0 Answers   Viscus Infotech,


How do you perform validations ?

2 Answers   Microsoft,


How does dataset acts in a disconnected fashion ?

3 Answers   TCS,


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

0 Answers   Siebel,


What are the features that make asp.net more used framework? : asp.net mvc

0 Answers  


Categories