Answer Posted / anandmishra
Wordpress does not call session_start() because it wants to
be stateless and if register_globals is defined, it
automatically destroys your $_SESSION.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which software is used to run php programs?
How do you sort an array in php?
How is csrf token generated?
Why php is used in html?
What is lamp in php?
Is rent a variable cost?
What is the use of namespace in php?
Php code to find whether a number armstrong or not?
Tell me what is use of in_array() function in php?
What is php? Why it is used?
Is a number php?
Is php 7 backwards compatible?
In how many ways we can retrieve the data in the result set of mysql using php?
Explain what is the static variable in function useful for?
What is inheritance in php?