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
What is the main difference between php 4 and php 5?
What is use of header() function in php? What the limitation of header()?
How to get a random value from a php array?
What is the use of get and post method in php?
Does php have block scope?
How many types of array are there in php?
Is php better than python?
How to assigning a new character in a string?
What is the use of "enctype" attribute in a html form?
What are the rules for naming a php variable?
What is the difference between pop3 IMAP and MAPI?
What is difference between strstr() and stristr() in PHP?
What is csrf token and why it is required?
What is the use of trim in php?
Explain the purpose of output buffering in php.