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 to redirect a page in php?
Is php used in 2019?
Where are php configuration settings stored?
What is the function func_num_args() used for?
List the different types of print functions available in php?
What happens if an expected input field was not submitted?
What is the difference between explode () and split () functions in php?
What is the use of hooks?
What is empty () in php?
Tell me how a constant is defined in a php script?
How to remove duplicate values from php array?
What is regular expression in javascript?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
Is gender a dependent variable?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?