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 are the different session state management options available in asp.net?
Where session id is stored?
How many types cache in asp net?
How to use a Master Database in Asp.net?
Are cookies stored on server or client?
Explain the difference between overriding and overloading?
Which Is Faster MVC or ASP.net ?
Explain what the contents of cookie?
Explain about consistent programming model in the .NET framework?
What is the difference between “Web.config” and “Machine.Config”?
What are Caching techniques in .NET
Explain the difference between asp and asp.net?
Can we override the enablepartialrendering property of the scriptmanager class?
What does the orientation property do in a menu control?
What is GAC in ASP.NET 2.0