Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?

2 Answers  


How to refresh a page in asp.net

4 Answers  


How does SQL Server session state works

1 Answers   Emphasis,


when user is logged on the information is saved in a cookie, what is the name of that cookie?

5 Answers   Mind Tree,


One of the properties of the Web Part has an incorrect format. Windows SharePoint Services cannot deserialize the Web Part. Check the format of the properties and try again. - this error is occured in Sharepoint 2007 while deploy the web part

1 Answers   WebInfo,


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  


Guys can anobody tell what is Conditional Bloating in asp.net ??

1 Answers  


In C#.net application is run on linux michine

4 Answers  


What is the use of the tag in the web.config file?

0 Answers   MindCracker,


How can we provide the WebParts control functionality to a server control?

0 Answers   MindCracker,


In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?

1 Answers  


Explain the difference between server control and html control.

0 Answers  


Categories