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
Explain the server control events of asp.net ?
What language is asp.net written in?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is a server cookie?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Elaborate differentiation between ViewState and SessionState?
How can you handle unmanaged code exceptions in asp.net?
What is the difference between session and viewstate?
What is Cookies Less Session?
Can you clarified A Web service can only be written in .NET or not?
Explain one critical mapping?
What is asp net_sessionid?
What is asynchronous call?
Please briefly explain the usage of global.asax?