Whether session will work if we disable cookies in client
browser ?
Answer Posted / bikash ,kendrapara
i also note that the PHPSESSID is stored in a Cookie and not
a Session variable. i can pass the PHPSESSID in the headers
if i can get it from the session variables instead of
cookies. but that still wont help if i want to use variables
instead of tables to store info.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can we submit a form without using submit buttons?
Is it more secure to use cookies to trfer session ids?
What is the difference between include and require?
What is the scope of a variable defined outside a function?
How to run the interactive php shell from the command line interface?
What are different types of runtime errors in php?
How variables are passed through arguments?
Explain me what is the w3c?
What is php regular expression?
What is the advantage of runtime polymorphism?
Is php 7 backwards compatible?
What is php and its uses?
What is php good for?
How many ways to include variables in double-quoted strings in php?
What are the uses of explode() function?