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 / ashish chaturvedi
create a common Application object for 3 pages in place of 3
different session IDs
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
About CLR, reflection and assemblies?
Explain the difference between or and orelse?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is autopostback in dropdownlist in asp net?
What is state management in .net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is the significance of attaching a profile while creating a user?
Explain weak typing and strong typing.
What is query string? What are its advantages and limitations?
Where the cookie value is stored?
What is state management react?
How do u optimize a query in asp.net?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is the adavantage of using ASP.NET routing?
What is AutoPostback?