How session manage in wordpress
Answer / 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 |
What is regular expression in php?
What is inheritance in php?
What are the __construct() and __destruct() methods in a php class?
What does $this do in php?
How to add different images in php program like a job site.......
Is numeric in php?
What is the difference between pop3 IMAP and MAPI?
How can you declare the array in php?
Which is better php or nodejs?
What is the difference between overloading and overriding in php?
Can you define an argument as a reference type?
How to retrieve values out of an array?