Whether session will work if we disable cookies in client
browser ?
Answer Posted / ravi
definitely yes
SESSION DOES NOT DEPENDS UPON CLIENT BROWSER
| Is This Answer Correct ? | 9 Yes | 16 No |
Post New Answer View All Answers
How can I display text with a php script?
What is the use of $_server["php_self"] variable?
Why is php used?
What are the different ways to login to a remote server?
What are php magic methods/functions?
How do you define a constant in php?
What does nan stand for computer science?
Does mysql need php?
What is stdclass in php?
What's the best method for sanitizing user input with php?
Do you know what is the difference between the include() and require() functions?
What is the use of rand() in php?
Are php sessions cookies?
Differences between get and post methods?
What is the differences between $a != $B and $a !== $B?