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
Explain Booleans in PHP?
What are examples of independent and dependent variables?
Which is better python or php?
How values in arrays are indexed?
What does a special set of tags do in php?
Explain what are the different errors in php?
How do you identify independent and dependent variables in research?
How many data types are used by php?
How to check an key is exists in array?
Explain me what is the goto statement useful for?
Which is better #define or enum?
How cookies are transported from servers to browsers?
Why do we use inheritance in php?
What is rest api in php?
What are headers in php?