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 mysql_connect and mysqli_connect?
How do you destroy a particular or all Sessions?
Can we use get instead of post?
How to check whether a number is prime or not?
What are the advantages of indexes in php?
How to remove an empty directory?
What is api laravel?
Why laravel is the best php framework in 2019?
Which function is used to read a file removing the html and php tags in it upwork?
Is php difficult to learn?
What are the encryption functions available in PHP?
How can we encrypt the password using php?
Define metaphone()?
What is php static function?
Is numeric in php?