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 a url string?
Explain exception handling in .net.
what is command line compiler.what are the steps and how it is related to debugging.
How asynchronous call can be implemented using delegates?
What is difference between singleton and single call?
Explain difference between dataset and recordset?
Explain how can we access static variable?
What is s2s tracking?
What is server infrastructure & server components?
Define asp.net caching?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What is the difference between runtime version and version?
What is an axd file?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
How do I publish my asp.net application to my isp's web server?