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's the use of response.output.write()?
Define the term Web Garden?
What parameters can you pass in the url of the api?
Define transparent caching with aop?
Describe the difference between inline and code behind - which is best in a?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is a Cookie? Where is it used in ASP.NET?
How does http session work?
What is the difference between CLICK and MOUSE DOWN Event ?
What is application session?
What is the function used for removing an event listener?
What is the function of new view engine in asp.net? : asp.net mvc
Distinguish between Server-side and Client-side code with its functionality?
Is asp net front end or backend?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC