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 CTE in sql server 2005?

3 Answers   Minecode,


What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?

1 Answers   Getit, Siebel, Visual Soft,


different architectures of asp.net?

1 Answers  


can sn.exe can be used before gacutil.exe

2 Answers   Accenture,


Which object encapsulates state or data of a user?

0 Answers  






How to change the form layout in ASp.net 2.0 ?

1 Answers   Netsweeper,


Name some asp objects?

0 Answers  


What is the difference between and ActiveX dll and control?

2 Answers   Microsoft,


Can a .net web application consume java web service?

0 Answers  


How do you do exception management

1 Answers   Infosys,


hai to all. what is the procedure for " web hosting ".If you know please message me at "yoursguna@gmail.com". Thank u...

1 Answers  


How to reduce the Page size in asp.net?

4 Answers   CTS,


Categories