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


Please Help Members By Posting Answers For Below Questions

What is dynamic web page with example?

518


What are web server controls in asp.net?

546


What is form method?

490


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

616


Explain how to prepare culture-specific formatting in .net.

526






Where would you use an ihttpmodule, and what are the limitations if any?

517


Which is better viewstate or session?

511


where can i gather the materials for MCP certification

4467


How to implement globalization and localization in the use interface in .net.

528


What is http session state?

514


Why we use asp.net for website development?

491


Explain ViewState?

572


Describe a Windows Service and its lifecycle ?

615


Is asp.net and .net are same or different?

513


What is the purpose of App_Code folder in ASP.NET? Why we this?

603