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 / manish acharya
Use Session State, put it in SQL server mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are url fragments?
How do we implement bundling in MVC?
Explain diff. Between friend and protected friend?
14. What are your Future Plans for Swatz Oils GROUP U.K?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the two properties that are common on every validation control?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Explain in what order a destructors is called.
What is diff. Between abstract class and an interface?
Is viewstate secure?
How long the items in ViewState exists?
What is viewstate? What does the “enableviewstate” property do?
Does asp.net still recognize the global.asa file?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Explain about solution explorer window?