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 to get the http request in php?
What is the use of imagetypes() method?
Which function can be used to exit from the script after displaying the error message?
What are magic constants in php?
What is helper library?
What are the advantages of indexes in php?
Is array empty php?
Why print_r is used in php?
How to make horizonatl menu and vertical menu responsive
Which is used to maintain the value of a variable over different pages?
How to calculate the length of a string?
What is the difference between the functions strstr() and stristr()?
How the values are ordered in an array?
What is the difference between indexed and associative array?
What is a model in php?