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


Please Help Members By Posting Answers For Below Questions

Explain server-side scripting and client-side scripting.

512


Explain the difference between response.redirect vs server.transfer

618


What is base class of .net?

540


What is the difference between ASP Session State and ASP.Net Session State?

583


How would you turn off cookies on one page of your website?

537






Web API uses which library for JSON serialization?

567


Is asp.net and .net same?

542


What is intrinsic objects in asp.net?

643


Explain advantages of caching?

532


Explain the difference between webfarm and webgardens in .net?

543


What is view state management in asp net?

463


What is Razor View Engine

605


What is query string with example?

521


How do I create a web form?

531


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1571