What is session tracking & methods?

Answers were Sorted based on User's Feedback



What is session tracking & methods?..

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

What is session tracking & methods?..

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

What is session tracking & methods?..

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

What is session tracking & methods?..

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

Post New Answer

More ASP.NET Interview Questions

Explain the page lifecycle of an asp.net mvc? : asp.net mvc

0 Answers  


Which control has default post back is enabled(true)?

0 Answers   Sans Pareil IT Services,


What are the modes of updation in an updatepanel?

0 Answers  


To redirect the user to another page which method do we use without performing a round trip to the client?

0 Answers   Siebel,


How Response.flush works in server.Execute ?

1 Answers   Keane India Ltd, TCS,






Explain some of the major built-in objects in asp.net

0 Answers  


Name the namespace which is used by ado.net?

0 Answers  


What are html helpers in asp.net?

0 Answers  


Explain what are delegates?

0 Answers  


In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


Explain the difference between dataset and datareader.

0 Answers  


what is caching

3 Answers  


Categories