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 |
If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
Explain Generics?
What is data caching?
17. If I?m developing an application that must accommodate 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?
Code for scolling in gridview
Explain the use of duration attribute of @outputcache page directive.
Can the dictionary object be created in client?s scope ?
What is session and application variable in asp net?
What are the different web pages?
How do you declare static variable?
What is difference between ASP and ASP.NET ?
What is the difference between response.redirect and server.transfer?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)