If cookies is disabled in client browser will session work ?
Answer Posted / naved
Yes session is still will be worked if cookie is disabled
because every one know that session using cookie to stored
data but when cookie is disable on client side so it uses
two different process to send sessionId to the server..
Please read compleate post in detail from here ...
http://phpsollutions.blogspot.com/2014/05/can-sessions-work-without-cookies-if-so.html
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is application session?
what is command line compiler.what are the steps and how it is related to debugging.
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is sta?
What are the Types of object in asp
what is loosely coupled solution? How it can be used?
What parameters can you pass in the url of the api? Can get and post use the same url?
How can we register exception filter from the action?
Explain about the Class view window?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is session handling in a webfarm, how it can work with its limits?
Why do we need a web application session?
What is difference between session and viewstate?
What is a server farm in iis?
Which type of state management is provided by Query String in ASP.NET?