What is session tracking & methods?
Answer Posted / tapan gupta
Session Tracking" which helps the servers to maintain the
state to track the series of requests from the same user.
Session Tracking info is stored in
- cookies
- URL rewriting
- Secure SOcket Layer(ssl)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Describe a bubbled event and how it is used ?
when a request is made in Life cycle of ASP.NET page .
How would you implement inheritance using c#?
Define a static class?
Can we set master page as a start page?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What are the Types of objects in ASP
What is loop in asp.net?
What’s difference between “optimistic” and “pessimistic” locking?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is the difference between trace and debug in asp.net?
What is the difference between adding reference in solution explorer and adding references by using ?
What is the part of url?
Give me one example of Web API Routing?