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
Is empty in excel?
Write a query to find the 2nd highest salary of an employee from the employee table?
How long is session timeout?
What is the meaning of a final class and a final method?
What is the use of array_search() in php?
What is meant by session in php?
How does php strcmp work?
What is difference between required and include in php?
How to create a table using php?
How to create an empty array in php?
How many types of functions are there in php?
Explain do you use composer? If yes, what benefits have you found in it?
What is faster in php?
What is the interface in php?
What is 'float' property in css?