Whether session will work if we disable cookies in client
browser ?
Answer Posted / abhishek sharma(srm)
No,
maintaining value in cookie wont be possible. In that case
you have to make use of other ways to maintain state of the
data on page.
you can check whether client support cookies or not by using
Request.Browser.Cookies property.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to convert a string to lowercase in php?
Where is session value stored?
Is php front end?
Which php function will attach one file to another?
What is if isset ($_ post submit )) in php?
How to find the length of a string?
What are the different types of statements that are present in php?
How do I know my xampp version?
What is the difference between get and post in php?
Tell me what are magic methods?
How to assigning a new character in a string?
Tell me how to execute an sql query? How to fetch its result?
What are the differences between GET and POST methods in form submitting?
What is difference between md5 and SHA256?
How can I load data from a text file into a table?