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 |
How many types of session are there?
What is the use of mysqli_real_escape_string() function?
What is use of htmlspecialchars php?
Will react hooks replace redux?
How to include a file code in different files in php?
What is the static variable in function useful for?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
Without using forms and hidden variables, how to send variables from a PHP script to another URL using POST method?
Name some of the functions in php.
How is session id stored in browser?
Distinguish between urlencode and urldecode?
Why many companies are switching their current business language to php? Where php basically used?