What is session tracking & methods?
Answers were Sorted based on User's Feedback
Answer / vidiyalaithedi
session is the state which holds the user info and helps to
identify the user when the webpage is traversed(getting
into next page of same website)...
ex: once u login in ur yahoomail, ur name is seen in ur
inbox like "welcome raja"..
this is nothing bcoz of session info..
this session state is used to find long time idle and
invoke automatic session state expire process...
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / vallabh naik
Session tracking methods are:
User authorization
Hidden fields
URL rewriting
Cookies
Session tracking API
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tapan gupta
Session Tracking" which helps the servers to maintain the
state to track the series of requests from the same user.
Session Tracking info is stored in
- cookies
- URL rewriting
- Secure SOcket Layer(ssl)
Is This Answer Correct ? | 2 Yes | 0 No |
Which protocol is used to call web service?
WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID
Uses of CLR ?
2 Answers Mind Tree, PH Software, TCS,
What is the difference between session and viewstate in asp.net?
which one is faster execute reader, scalar, execute non query ?
What is the difference between the get method () and post method ()?
Explain what is viewstate?
How we implement web farm and web garden concept in asp.net?
Which template must you provide, in order to display data in a Repeater control?
What are Authentication mechanisms in .Net?
What is meant by web application?
how to do pakaging nd deployment