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

What is %20 in a url?

0 Answers  


How many rounds are there for a software programmer to clear interview in any IT industries(MNC).

3 Answers   HCL,


Why we use content place holder in asp.net?

0 Answers  


What is a web pool?

0 Answers  


List the major built-in objects in asp.net?

0 Answers  






Whats an assembly

2 Answers   IBM,


How to send auto matic emails based on scheduled tasks to several of my clients

6 Answers  


can u create two Primary key for a table? --Sivaa

10 Answers   BirlaSoft,


different architectures of asp.net?

1 Answers  


What are the events that happen when a client requests an asp.net page from iis server?

0 Answers  


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


Which platform does Microsoft .NET use for exchanging data between applications?

0 Answers  


Categories