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


Please Help Members By Posting Answers For Below Questions

How to use http headers inside php?

650


Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?

589


What is meant by PEAR in PHP?

634


How to stop the execution of php script?

609


Why die is used in php?

637






How is the ternary conditional operator used in php?

582


What is the difference between print() and echo()?

660


Why is php used?

641


What is a php tag?

604


How to store the uploaded file to the final location?

601


How can we know the total number of elements of Array?

673


What are the 3 types of sessions?

622


What are differences between PECL and PEAR?

599


Write a program to find the factorial of a number in php?

610


What is urlencode and urldecode in php?

662