what is the importence of session.save_path in Php.ini file
and wht changes u've to made before using sesssions in ur
php program first time?
Answer Posted / nikunj
session.save_path variable hold path for storing session.
in unix system it's generally set to /tmp dir.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I end a php session?
Which function(s) in PHP computes the difference of arrays?
Tell me what sized websites have you worked on in the past?
What is user defined function in php?
What is the functionality of md5 function in php?
What is the correct php command to use to catch any error messages within the code?
What is default session time and path in php?
How to include a file code in different files in php?
How to execute an sql query?
What is mean by an associative array?
What is the difference between get and post in php?
In how many ways we can retrieve the data in the result set of mysql using php?
How to move uploaded files to permanent directory?
What is the use of session and cookies in php?
How to invoke a user function?