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
Where is asp.net session stored?
What is redirectpermanent in asp.net?
What permissions do asp.net applications posses by default?
What is server transfer?
What is session and cookies in asp.net?
What is sdlc process?
What is event in asp.net?
Define xmlreader class.
What is the difference between Session and response.Redirect?
Explain the purpose of storyboard.targetproperty.
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is the use of view state?
To add a hyperlink column to the DataGrid which tag is used ?
How are sessions stored?
How can u deifne the benefits and limitation of using Viewstate for state management?