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?

Answers were Sorted based on User's Feedback



Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When us..

Answer / ttk

OUT PROC:Maintain the session in the SQL server.

Is This Answer Correct ?    5 Yes 3 No

Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When us..

Answer / 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

Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When us..

Answer / manish acharya

Use Session State, put it in SQL server mode.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is cookies in asp net?

0 Answers  


What is data caching?

0 Answers  


What is the base class from which web forms are inherited?

0 Answers  


What are the steps to follow to host a web application on a web server?

0 Answers   MCN Solutions,


What is viewstate in asp net with example?

0 Answers  






How to disable validator control by client side JavaScript?

0 Answers  


List the types of authentication supported by asp.net?

0 Answers  


How many types of controls are there in asp.net?

0 Answers  


How can we call webservices in Banking Applications? and where we are using it?

0 Answers   FCG,


Project Architecture (3tier, n-tier)

1 Answers   Syntel,


Which library is used by the testers and developers to develop automated tests and create testing tools?

0 Answers  


WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID

1 Answers   Seion Infotech,


Categories