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
How we can get the number of elements in an array?
What is cookie and why do we use it?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Are react hooks stable?
How you can update memcached when you make changes to php?
Why use static methods php?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
How to set cookies?
What's the output of the ucwords function in this example?
Which function can be used to delete a file?
How would you declare a function that receives one parameter name hello?
Tell me what is the difference between get and post?
What is the difference between characters and #?
Why php is sometimes called as embedded scripting language?
What are the rules in creating php variable?