How is session id stored in browser?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

How can you insert javascript in php code?

13 Answers   TCS,


What kind of variable is age?

0 Answers  


Is there an easy way to delete an element from a php array?

0 Answers  


What is a trait in php?

0 Answers  


What is the use of array_search() in php?

0 Answers  






class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line

1 Answers  


What are arguments in php?

0 Answers  


What is the main difference between require() and include()?

0 Answers  


hello all, I need some sample placement papers in lion bridge.. can anyone help me?

0 Answers   Lionbridge,


Do you know how to delete a file from the system?

0 Answers  


i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.

6 Answers  


How do you run a php script from the command line?

1 Answers  


Categories