If cookies is disabled in client browser will session work ?
Answer Posted / aneesh anirudhan
Sessions are normally tracked with cookies. However,
clients are not required to accept cookies. Furthermore,
you can turn off the use of cookies for session tracking
altogether in the Web Application Server Control Panel.
However when cookies are turned off or cookies are not
enabled on a specific client computer, the server must work
harder to track the session state, which has a performance
impact. The recommendation is to leave cookies on and let
the server automatically fall back to the cookieless
operation only when required by a specific client
connection.
When a session is created by the server, some information
is automatically stored in it - the session ID and a
timestamp. as an application developer, you can also store
other information in the session in order to make it
available to subsequent requests without explicitly passing
it to that request.
| Is This Answer Correct ? | 28 Yes | 7 No |
Post New Answer View All Answers
Explain asp.net web forms.
What are cookies in asp.net?
Can a master page have more than one contentplaceholder?
Explain the advantages of caching?
What is the difference between custom web user control and a custom web server control?
Is asp.net mvc front end or backend? : Asp.Net MVC
Describe session handling in a webfarm?
Is razor a programming language?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Explain form level validation and field level validation?
How does session id work?
What is synchronous and Asynchronous post back ?
What are the asp.net security controls?