How session manage in wordpress

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


Please Help Members By Posting Answers For Below Questions

What are the encryption functions in php?

569


What is input sanitization in php?

548


What is php glob?

571


How to access standard error stream in PHP?

589


What is difference between Method overriding and overloading in PHP?

547






What is the difference between rest and soap?

569


Define metaphone()?

8300


What is inheritance in php? How many types of inheritance supports php?

533


How to initiate a session in php?

658


Which function would you use to replace a record in a database in php?

589


what are interfaces and Abstart classes

1465


Why do we use inheritance in php?

533


What is php's mysqli extension?

569


Which is a perfect example of runtime polymorphism?

528


Explain me how failures in execution are handled with include() and require() functions?

613