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 |
Whether session will work if we disable cookies in client browser ?
Explain what does $_files means?
What is a class in php programing?
What does sign mean php?
How data or variable can be receive or send from PHP to HTML page??
What is difference between base_url and site_url?
Are react hooks stable?
How to get no. of rows using MYSQL function?
how set session expire time in php?
Which function is used to read a single character from a file in PHP.
How to increase session life time using PHP?
How to repeat a string to a specific number of times in php?