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 the use of limit in mysql?
What is chrome logger?
Is nan in php?
How is session id stored in browser?
What is array filter php?
What is difference between session and cookie in PHP?
Do you know what is the function func_num_args() used for?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
What is curl php?
What is nan value?
How to check a variable is array or not in php?
How to convert numbers to strings in php?
How failures in execution are handled with include() and require() functions?
How can we change the value of a constant?
What is cookies php?