What is session tracking & methods?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between an exe and a dll?
In Code-Behind class which kind of code (server or client) is found ?
Who creates jsessionid?
What is a postback in asp net?
To get the values in two different controls to match which control you use it?
How to use a Master Database in Asp.net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
I’m having some trouble with cas. How can I diagnose my problem?
How asynchronous call can be implemented using delegates?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is data cache in sql server?
What is asp.net used for?
What is synchronous and Asynchronous post back ?
Explain about Automatic resource management?