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 exception handling in php?
Is facebook still written in php?
What is "print" in php?
Tell me how can we get the error when there is a problem to upload a file?
How to move uploaded files to permanent directory?
What is php full form?
Is empty in php?
Explain how we can retrieve the data in the result set of mysql using php?
Is it possible to destroy a cookie?
Tell me what is the difference between the functions strstr() and stristr()?
Define soundex()?
What backslash character will match whitespace?
Is php session id unique?
When to use self over $this?
Is php a web server?