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
Tell me what's the difference between include and require?
Is php deprecated?
What is a controller php?
Can I use node js with php?
What is php dependency injection?
What is session cookies php?
What is overloading and overriding in php?
What are php strings?
Tell me is it possible to remove the html tags from data?
Tell me what does the array operator '===' means?
Can we override static method?
Is null in php?
What does the unset() function mean?
Is age nominal or ordinal?
What is the difference between javascript and php?