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
How does firefox manage cookies?
How many types of php are there?
Why do you need to filter out empty files?
Why is php so popular?
How could I install codeignitor ?
What is php sequence?
How does php server work?
What is php routing?
Tell me what is the difference between unset() and unlink()?
Which library is used in php to do various types of image work?
What is html used for?
How do functions work?
How can I make a script that can be bilingual (supports english, german)?
Explain the types of string comparision function in PHP
What is inheritance in php with example?