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 enableviewstate in asp net?
What is the difference between localization and globalization?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is application state?
Explain Optimization technique description?
Which is better union or union all?
Differentiate between globalization and localization.
Difference between Response.redirect vs server.transfer?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Describe the method to create a permanent cookie?
Where would you use an ihttpmodule, and what are the limitations of any?
Define the term Web Garden?
Why is string called immutable data type?
Explain about secure socket layer?