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
What is the flow of processing of the request? : asp.net mvc
What are the advantages of passport authentication?
What are the steps involved to fill a dataset?
What is a master page and what does it do?
What are the new data controls in asp.net 2.0?
What role “#&&” plays in a querysting?
What is the use of web.config file?
What is csrf attack in asp.net?
Which property is used to identify the Page is Post Back in ASP.NET?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is cross page posting? How is it done?
What is mvc in asp.net interview question? : Asp.Net MVC
How to register exception filter globally?
What is http post and http get?
What is the difference between executescalar and executenonquery?