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 |
Tools used for drawing er diagrams?
How can we check the value of a given variable is alphanumeric?
What can I do by cakePHP?
How to call php function from javascript using ajax?
What is $_ get and $_ post in php?
•How can we submit a form without a submit button
Can you specify the "new line" character in single-quoted strings?
What and How possible injection in PHP and mysql?
What are the special characters you need to escape in single-quoted stings?
How can you retrieve data from the mysql database using php?
What is the use of pear in php?
What is form action php?