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
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 |
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 |
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 |
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?
which is better arraylist or dictionary?
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....?????
what is roles in asp.net
What does ascx stand for?
what is the relation between delegates and events
What is another word for redirect?
How to bind all the binding controls in a page at once in ASP.NET?
How do you perform validations ?
How does dataset acts in a disconnected fashion ?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What are the features that make asp.net more used framework? : asp.net mvc