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
How to fetch a data from one table to another table in asp.net ?
When you use Ajax controls in the ASP.NET application?
I’m having some trouble with cas. How can I diagnose my problem?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What is server side in asp.net?
Any disadvantages in Dataset and in reflection ?
Define data caching?
What is a multilingual website?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is a user developed application?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What are client activated objects and server activated objects?
What is the difference between web config and machine config files?
What is razor? : asp.net mvc