What is session tracking & methods?
Answer Posted / vidiyalaithedi
session is the state which holds the user info and helps to
identify the user when the webpage is traversed(getting
into next page of same website)...
ex: once u login in ur yahoomail, ur name is seen in ur
inbox like "welcome raja"..
this is nothing bcoz of session info..
this session state is used to find long time idle and
invoke automatic session state expire process...
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How dataadapter.fill works?
Explain authorization levels in .net ?
Is redux flux?
How to handle errors in Web API?
Differentiate between a page theme and a global theme?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What are the navigation ways between pages available in ASP.NET?
What are main return types supported in Web API?
What are the advantages of asp.net?
In which event of the page life cycle, is the viewstate available?
Define repository pattern in asp.net mvc? : asp.net mvc
What is a web api? Which protocol is used in a web api?
Explain the difference between debug.write and trace.write? When should each be used?
What is the difference between union and structure?
What is base class of .net?