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 call a php function from html button?
How to know user has read the email-php?
Which function would you use to read a line of data from a file in php?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is csrf token and how will you add csrf token in ajax?
How do I escape data before storing it into the database?
Explain what are psrs?
What is substr in php?
How can we connect to a mysql database from a php script?
Explain me what is the importance of "method" attribute in a html form?
Which is the latest version of php?
What is action hooks and filter hooks?
What are the environmental variables?
Explain the differences between get and post methods?
What is the difference between apache and tomcat?