Whether session will work if we disable cookies in client
browser ?
Answer Posted / pankaj kamble
when cookies disable on client browser , in that case
session will not work .
if any one say that session store on server and cookies
store on client browser , ya i am agree that . but its also
true.
If client browser cookies is disable then session will not work.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
How do sessions work in php?
What are string functions?
Why echo is faster than print in php?
How to generate a character from an ascii value?
What is difference between print_r and echo in php?
What is strstr php?
How is it possible to propagate a session id?
What are the 5 types of variables?
What types of Data Can Be Used as Array Keys?
What is final class and final method?
What is cookie and why do we use it?
What is difference between strstr() and stristr() in PHP?
What is lazy loading in php?
How can we submit a form without using submit buttons?
What are the benefits of using php and mysql?