If cookies is disabled in client browser will session work ?
Answer Posted / sudhir sheoran
Yes it will still work ... Now the session key
(generated when client visited the server
first time)will be sent as query sting through
URL.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is server side session?
What is asp.net used for?
Can a .net web application consume java web service?
What is the use of asp.net web api?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are the major built-in objects in ASP.NET?
Where is session data stored in asp net?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
If 200 is for all successful operation then why do we have 201 response codes?
Define resource files.
Why web api is better than wcf?
what is the difference between response.write() and response.output.write()?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is the difference between dynamic SGA and static SGA?
What are the data controls available in asp.net?