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
What is constructors and destructors?
What is difference between get and post?
Do you know what is use of count() function in php?
What is a helper function?
What php framework does wordpress use?
How should a model be structured in mvc?
What are the common uses of php?
How to reset/destroy a cookie in php?
How to remove white spaces from the beginning and/or the end of a string in php?
Is python similar to php?
What is the correct and the most two common way to start and finish a php block of code?
What is symfony php?
How long will it take to learn php?
Explain the difference between array_merge() and array_combine()?
Explain the difference between unlink() and unset()?