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
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?
Can I stream live content/events?
How to deploy/publish webservices?How many ways?Plz explain me
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.
Is global asax mandatory?
How long should a session id be?
What is the difference between file-based dependency and key-based dependency?
Which is faster viewbag or viewdata?
What is cookies cache and session?
Explain significance of routing? : asp.net mvc
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
List down the sequence of methods called during the page load.
How can you access the properties and controls of master pages from content pages?
Are cookies stored on server or client?
What is a web server? What are the load limits in it?