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?
Answer Posted / 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 |
Post New Answer View All Answers
Can one dll file contains the compiled code of more than one .net language?
Difference between Response.redirect vs server.transfer?
What is the use of web.config file?
explain code with datachaching with example
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Explain how can we inherit a static variable?
what is the difference between response.write() and response.output.write()?
Are xaml file compiled or built on runtime?
What is the page life cycle in asp.net?
Which namespace is used by ado.net?
What is the life cycle of an asp.net page?
How may clustered index we can create in table?
What is session start?
What is css and what is it used for?