Where are the session values stored?
Answer / gokul
session data is stored in the server's /tmp directory in files that are named sess_ followed by a unique alphanumeric string (the session identifier).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between for and foreach?
What is laravel php?
Explain about switch statement in PHP?
Tell me what are magic methods?
What are php data types?
What are Sub routines?
What are the functions to be used to get the image's properties (size, width and height)?
What are different types of errors available in Php?
What is the most convenient hashing method to be used to hash passwords?
Where are php configuration settings stored?
How do I run a php file?
How do I find out the number of parameters passed into function9?