Whether session will work if we disable cookies in client
browser ?

Answer Posted / ranjan

No.

Server cookie is a session or we can say that session is
also a cookie on the server.

For session to work, cookies on server as well as on client
browser should be enabled.

We can also make session working without cookies enabled on
the client browser by URL session passing

Is This Answer Correct ?    26 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?

518


What is meant by public, private, protected, static and final scopes?

530


What is the difference between the include() and require() functions?

873


What is the purpose of pear in php?

585


What is a php web application?

495






What are the differences between php constants and variables?

509


Why do we use hooks?

507


What is difference between html and php?

498


Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

536


Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?

529


Where can I find php ini file?

494


How can you send http header to the client in php?

500


What is the difference between for and foreach?

547


What is put method in php?

528


Tell me what is the difference between unset() and unlink()?

534