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
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 |
Answer / manish acharya
Use Session State, put it in SQL server mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between stored procedure vs function?
What is client side state management?
What does ascx stand for?
What is shared and private assembly?
what are partial classes and their use?
Is overloading possible in web services?
When you use Ajax controls in the ASP.NET application?
What is data reader in asp.net?
Where the viewstate is stored after the page postback?
How would you turn off cookies on a page of a website?
How many types of file extensions for razor views in ASP.Net MVC?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)