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

If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

743


Can I stream live content/events?

670


How to deploy/publish webservices?How many ways?Plz explain me

1922


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

1928


Is global asax mandatory?

654






How long should a session id be?

636


What is the difference between file-based dependency and key-based dependency?

674


Which is faster viewbag or viewdata?

645


What is cookies cache and session?

627


Explain significance of routing? : asp.net mvc

649


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

624


List down the sequence of methods called during the page load.

619


How can you access the properties and controls of master pages from content pages?

620


Are cookies stored on server or client?

619


What is a web server? What are the load limits in it?

666