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 is the difference between response.redirect and server.transfer?
What are the security types in ASP/ASP.NET? Different Authentication modes?
Where the cookie value is stored?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
When does a session actually start?
What is redirecting behavior?
What is state management in .net?
Explain how cookies work.
Give an example of what might be best suited to place in the application_start and session_start subroutines?
Explain how does asp page work?
What is protected configuration?
In how many ways we can retrieve table records count?
How do you change the session time-out value?
A Web Service Can Only Be Written In .net. Is it True??
What is recordset asp?