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 difference between Lambda Expression and LINQ in ASP.NET?
What do you mean by marshalbyref?
What are the advantages of using Master Pages?
Which browsers support the xmlhttprequest object?
Are cookies client side or server side?
What is the part of url?
How many types of controls are there in asp.net?
What is aspect-oriented programming?
Which authentication uses a combination of windows and iis authentication?
what is command line compiler.what are the steps and how it is related to debugging.
What is the usage of DelegatingHandler?
What are the events that happen when a client requests an asp.net page from iis server?
Why is it preferred to not use finalize for clean up?
What are the versions of garbage collection?
What is a ashx file?