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
Describe the disadvantage of cookies.
What is the difference between Classic ASP and ASP.Net?
Can we use a static function with a non-static variable?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
How you will handle session when deploying application in more than a server?
What is the purpose of session management?
I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.
What New Features comes with ASP.NET Web API 2.0?
How many types of validation are there?
How can you access the properties and controls of master pages from content pages?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
How can you apply a theme to your asp.net application?
How many types of sessions are there in asp net?
How do I use response redirect?
What are Session states available and its Uses?