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 / ttk
OUT PROC:Maintain the session in the SQL server.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Define a static class?
What is role-based security in asp.net?
Can user control be stored in library?
What is the advantage of using Windows authentication in a Web application?
What is inheritance and an how it be used, example with an example?
How can we update records in gridview?Is there any appropriate code for it?
List the major built-in objects in asp.net?
What is the difference between Session and response.Redirect?
Name the namespace which is used by ado.net?
What is the server of asp.net?
How many types of controls are there in asp.net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is viewstate information stored?
Differentiate between authentication and authorization.
Can the dictionary object be created in client?s scope ?