Whether session will work if we disable cookies in client
browser ?
Answer Posted / abhishek sharma(srm)
No,
maintaining value in cookie wont be possible. In that case
you have to make use of other ways to maintain state of the
data on page.
you can check whether client support cookies or not by using
Request.Browser.Cookies property.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to generate a form?
What is smarty?
What are the advantages of stored procedures, triggers, indexes in php?
What is the role of php?
Explain me what is the w3c?
How to connect to a url in php?
What is the use of nl2br() in php?
What is difference between static and constant?
What is csrf token and how it works?
Which is better #define or enum?
When sessions ends?
What is difference between variable declaration and variable definition?
How can a cross-site scripting attack be prevented by php?
How can we get ip address of a client in php?
How is it possible to remove escape characters from a string?