If cookies is disabled in client browser will session work ?
Answer Posted / vidit tyagi
if cookies is disabled in client browser than session will
work by setting the property cookieless session="true"
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
Explain the asp.net session state modes.
Is it possible to write code in many languages in one asp.net project?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
Explain the components of web form in asp.net
What is authorization in asp.net?
What are sessions and cookies?
What is a session http?
What are the page life cycle events?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is a user developed application?
How you will manage the state of ASP.NET controls?
What is the function of new view engine in asp.net? : asp.net mvc
Describe the difference between inline and code behind - which is best in?
What is the difference between the response.write() and response.output.write() methods?
What is Partial PostBack in ASP.NET?