Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx.
All pages are in diff. server. When user req. for a page,
Page1.aspx opens Ist & a session established. If user req.
for IIn page, second session established. Similarly, 3rd
session established if user req. 3rd page. In this scenario,
tot. 03 sessions are established. How we can minimize it so
that it will work with only one session?
Answer Posted / ttk
OUT PROC:Maintain the session in the SQL server.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is an asp.net validator? And, mention its types.
How to deploy/publish webservices?How many ways?Plz explain me
Explain what is clr?
What is server side session?
Differentiate between early binding and late binding.
What is the significance of proxy user?
What is the Difference between MVC And MVP design pattrens
What is the difference between the response.write() and response.output.write() methods?
Explain Optimization technique description?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Explain the difference between array and linkedlist?
Explain asp.net web forms.
What is an il?
What are the contents of cookie?
What is the difference between Classic ASP and ASP.Net?