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
What is the use of strip_tags() method?
Tell me how to retrieve a cookie value?
What is var_dump?
Which operator is used to combine string values in php?
How to add 301 redirects in PHP?
What are the different types of PHP arrays?
Explain what is the main difference between require() and require_once()?
What is basic php?
How does csrf token work?
How can php and javascript interact?
What are different types of Print Functions available in PHP?
How are sessions maintained?
Why is overriding runtime?
Explain briefly about a search-friendly site looks like?
Tell me how do you define a constant?