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 will the ?getdate() function returns in PHP?
What is the difference between characters 34 and x34?
Define soundex()?
Code to upload a file in PHP?
What is an anti csrf token?
What is difference between isset and empty in php?
What is session_register()?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
Tell me what is mean by an associative array?
What is difference between echo and print_r in php?
When do sessions end?
Explain me what is x+ mode in fopen() used for?
How big is nvarchar max?
When is a conditional statement ended with endif?
What is abstraction php?