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
What are escaping characters? Explain with an example?
Is age nominal or ordinal?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is csrf verification?
What is phpsessid?
What is foreach loop in php?
What is the difference between $argv and $argc? Give example?
Tell me how is it possible to return a value from a function?
What is traits? How it is used in php?
What is csrf mvc?
What are computer variables?
Is php worth learning in 2019?
What is difference between require_once(), require(), include()?
How to insert an new array element in array?
Write down the code for save an uploaded file using php?