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 / gurpreet panesar
session.save_path is used to save the temporary session
value in the specified location
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the best way to test the strpos() return value in php?
What is ci in php?
How is csrf token generated?
Explain the difference between unlink() and unset()?
Is null function in php?
Tell me what is the use of explode() function?
Tell me what is the difference between exception::getmessage and exception::getline?
What is Apache's configuration file typically called?
Inside a php function, what param needs to be set in order to access a global variable?
What is echo and print in php?
How can we change the maximum size of the files to be uploaded?
Is salary fixed or variable cost?
What is var_dump function in php?
What are some new features introduced in php7?
How to set a value in session? How to remove data from a session?