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 does this do? gacutil /l | find /i about

1 Answers  


How to use class library reference in asp.net project? Can you give me the example with source Class library haves classes like Database, insert, update, delete, reflection how can i use the database class connection in insert class to insert the record in to the Main Project in asp.net.

1 Answers  


How to add DateTime Control in normal DataGrid Server Control?

0 Answers  


Any disadvantages in Dataset and in reflection ?

0 Answers   DELL, Digital GlobalSoft,


What is boxing and unboxing in asp.net?

0 Answers  






Explain the advantages of passport authentication.

0 Answers  


What is a query string in a url?

0 Answers  


Explain the overview of asp.net?

0 Answers  


What I need to create and run an asp.net application?

0 Answers  


How to implement form based authentication in asp.net application?

0 Answers  


What is a web api? Which protocol is used in a web api?

0 Answers  


What are the file extensions for razor views?

0 Answers   NA,


Categories