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
How can you execute php script from the command line?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
How to create a web form?
What does == mean in php?
What is the difference between unset and unlink?
Differences between get, post and request methods ?
Why use php artisan serve?
Write a program to show the joining of two strings in php?
Is php better than java?
How do I install php?
How to download and install php on windows?
How to track user logged out or not? When user is idle?
How can php and javascript interact?
What are psrs?
What is a query in php?