Where are the session values stored?



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

Post New Answer

More PHP Interview Questions

What are the three classes of errors that can occur in php?

0 Answers  


What are the uses of implode() function?

0 Answers  


What are the advantages of using php?

0 Answers  


How do you remove duplicates from an array?

0 Answers  


How to redirect https to http url and vice versa in .htaccess?

0 Answers  






how to select single row from table and insert into same table as a new record by using a single sql query.

2 Answers  


Do you know what is the use of the function 'imagetypes()'?

0 Answers  


Which function parses an English textual date or time into Unix timestamp in PHP.

0 Answers  


Is php 7 backwards compatible?

0 Answers  


What is the difference between get and post method in php?

0 Answers  


What does $_files means?

0 Answers  


What is $globals php?

0 Answers  


Categories