Where is session value stored?



Where is session value stored?..

Answer / Tejaswi Anand

Session values in PHP are typically stored on the server side, either in files (session.save_handler = files) or in a database (session.save_handler = db). The session ID is stored in a cookie on the client side.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to read the entire file into a single string?

1 Answers  


What version of php do I have windows?

1 Answers  


Use of Session

6 Answers  


describe arguments in header in php?

1 Answers  


What is the use of "ksort" in php?

1 Answers  


I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable

1 Answers  


Can I include php in javascript?

1 Answers  


What's the diff. between include() and Include_once().

5 Answers   Intrack,


In php, how to redirect from one page to another page?

1 Answers  


What is difference between base_url and site_url?

1 Answers  


How to convert one date format into another in php?

1 Answers  


How to increase the maximum execution time of a script in php?

1 Answers  


Categories