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
In which event of page cycle is the viewstate available?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is the main differences between asp and asp.net?
What is variable and constant in .net programming language?
What is the use of ASP.NET routing?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Can you change a Master Page dynamically at runtime?
Where is the session stored?
How ViewstateMac works?
What is different in .net 1.1 and .net 2.0?
Why do we need a web application session?
What is session id in web application?
Explain culture and uiculture values.
What asp.net control can embed xaml into asp.net pages?
What are sql notifications and sql invalidations?