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 use http headers inside php?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What is meant by PEAR in PHP?
How to stop the execution of php script?
Why die is used in php?
How is the ternary conditional operator used in php?
What is the difference between print() and echo()?
Why is php used?
What is a php tag?
How to store the uploaded file to the final location?
How can we know the total number of elements of Array?
What are the 3 types of sessions?
What are differences between PECL and PEAR?
Write a program to find the factorial of a number in php?
What is urlencode and urldecode in php?