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 does addslashes do in php?
Which cryptographic extension provide generation and verification of digital signatures?
Describe which programming language does php parallel to?
What websites use php?
Php says that an array is an ordered map. But how the values are ordered in an array?
What are the data types in php?
Explain what does $_files means?
What are the advantages and disadvantages of cascade style sheets?
How to store the uploaded file to the final location?
Is it possible multiple inheritance in php?
What is the difference between the include() and require() functions?
What is meant by MIME?
What is the difference between characters 23 and x23?
How do you define a constant in php?
How to Retrieve a Cookie Value?