Whether session will work if we disable cookies in client
browser ?
Answer Posted / shyam
Hello Friends,
It's little tricky. If you have created a session(termed as
session_id) on serve and after that you disabled the cookie,
the system will go on. No session out will happen, till you
logout or clear cookie of browser.
But if cookie is disabled for a browser then you cannot
create a new session on that browser.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is difference between static and final in php?
What is mean by an associative array?
Are static variables final?
Can we extend two classes in php?
Is key in array php?
Which function will you use to create an array?
How to execute an sql query? How to fetch its result?
Which function would you use to read a line of data from a file in php?
What is url encoding and decoding in php?
What is variable function php?
What is htmlentities function in php?
How do you end a session in php?
discuss the issue of software theft in ghana and how it has affected the economy
Explain php parameterized functions.
What is lazy loading in php?