How are php sessions stored?
Answer / Kumud Kumar Sharma
By default, PHP sessions are stored on the server-side. The session data is saved in files specified by the session.save_path configuration directive.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many Types of COmments are there in PHP and what are they?
How to break a file path name into parts?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is the difference between Reply-to and Return-path in the headers of a mail function?
How break and continue while loop in php?
How is it possible to know the number of rows returned in result set?
How do I find environment variables?
Is php a framework?
What are string functions?
Why using the htaccess file
When to use self over $this?
Explain Creating and Naming an Array?