Answer Posted / 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 View All Answers
What is session in php w3schools?
What are some of the advanced features of php?
Do you know what is the function mysql_pconnect() usefull for?
How to pad an array with the same value multiple times?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
Can you use both this () and super () in a constructor?
Is php easy language to learn?
What is session management php?
What are the benefits of using php?
What is class extend in php?
What are the main error types in php and how do they differ?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
What is difference between required and require_once in php?
What is $_ server request_method == post?
Which are the best start and end tags to use?