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
Write a program to find the factorial of a number in php?
Explain PHP?
Do you know how to enable error reporting in php?
Inside a php function, what param needs to be set in order to access a global variable?
How to join multiple strings stored in an array into a single string?
What is php beginner?
What is the difference between file_get_contents() and file_put_contents() in php?
What is the use of header() function in php?
How can I display text with a php script?
Where can I learn php?
What is namespaces in PHP?
How does php strcmp work?
What are the rules for naming a php variable?
What new features php7 has in store for us?
Is php used for frontend or backend?