If cookies is disabled in client browser will session work ?

Answer Posted / amit

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.

there is always a session generated between client and
server when the request for the page done. the session
variable would work

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between asp state management and asp.net state management?

672


Explain parts of assembly?

637


Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

679


Is asp.net a programming language?

624


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

693






Is it possible to change the index of primary key on table?

491


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

634


What is the difference between a candidate key and primary key?

612


What is viewstate? In which event of the page life cycle, is the viewstate available?

692


What is break mode?

613


What symbol would you use to denote, the start of a code block in aspx views?

641


Explain form level validation and field level validation?

626


Explain the benefits of viewstate?

675


What is enableviewstate?

631


what are configuration files?

637