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 |
How to read the entire file into a single string?
What version of php do I have windows?
Use of Session
describe arguments in header in php?
What is the use of "ksort" in php?
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
Can I include php in javascript?
What's the diff. between include() and Include_once().
In php, how to redirect from one page to another page?
What is difference between base_url and site_url?
How to convert one date format into another in php?
How to increase the maximum execution time of a script in php?