Whether session will work if we disable cookies in client
browser ?
Answer Posted / naaz
I guess the answer is Yes,
Because if the question is disabled cookies on the client
browser then the session id is passed through the URL
instead of writing it as a cookie file on the user's system.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is the difference server side and browser side validation?
Which database is best for php?
What is mysqli_fetch_array?
What is a query in a database?
Explain the differences between get and post methods?
How values in arrays are indexed?
Is php faster than nodejs?
Name some of the popular frameworks in php.
What is empty () in php?
Why use php artisan serve?
What are the rules in creating php variable?
What is split function in php?
Tell me what is the difference between exception::getmessage and exception::getline?
What is static method php?
Is time a dependent variable?