What is session tracking & methods?
Answer Posted / debendra
when a user visit a website for the first time,the site
create a unique id known as session id,this session id is
unique for the user for that current session.when the user
visit that page next time the web site identify session
belonging to which client is known as session tracking.
by default session id will be given to the
client browser in the form of in memory cookies
variable,browser will submit session id to the website with
each request,based on session id website website will
identify session will belonging to which client and session
data will be given to requested webpage.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is use of <% %> in asp.net?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
How can we pass info between 2 asp.net pages?
Disable Mouse right click on web page in asp.net?
Can you explain the basic use of dataview?
How can u deifne the benefits and limitation of using Viewstate for state management?
What are the versions of garbage collection?
Which Is Faster MVC or ASP.net ?
What are the two Layouts supported by a Web form in ASP.NET?
What is a ashx file?
What is the adavantage of using ASP.NET routing?
What is server components?
Is there any limit for query string? Means what is the maximum size?
What is data binding in asp net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC