How are php sessions stored?



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

Post New Answer

More PHP Interview Questions

How many Types of COmments are there in PHP and what are they?

4 Answers  


How to break a file path name into parts?

1 Answers  


Tell me will a comparison of an integer 12 and a string "13" work in php?

1 Answers  


What is the difference between Reply-to and Return-path in the headers of a mail function?

2 Answers  


How break and continue while loop in php?

1 Answers  


How is it possible to know the number of rows returned in result set?

1 Answers  


How do I find environment variables?

1 Answers  


Is php a framework?

1 Answers  


What are string functions?

1 Answers  


Why using the htaccess file

2 Answers  


When to use self over $this?

1 Answers  


Explain Creating and Naming an Array?

1 Answers  


Categories