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 are the three classes of errors that can occur in php?
What are the uses of implode() function?
What are the advantages of using php?
How do you remove duplicates from an array?
How to redirect https to http url and vice versa in .htaccess?
how to select single row from table and insert into same table as a new record by using a single sql query.
Do you know what is the use of the function 'imagetypes()'?
Which function parses an English textual date or time into Unix timestamp in PHP.
Is php 7 backwards compatible?
What is the difference between get and post method in php?
What does $_files means?
What is $globals php?