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
Which function would you use to determine the length of a string in php?
Which functions are used to remove whitespaces from the string?
What is $_ files in php?
Is null in php?
Why do we show php code in browser?
Explain about looping in PHP?
Can we use include ("xyz.php") two times in a php page "index.php"?
Tools used for drawing er diagrams?
What is query string php?
How to get no of arguments passed to a PHP Function?
Which is not a file-related function in php?
How do I expire a php session after 30 minutes?
Do you know when sessions ends?
What php framework does wordpress use?
What the use of var_dump()?