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 we get the current session id?
What is Different between Joomla And Magento?
How do I run a php program in dreamweaver?
Explain the difference between require() and require_once()?
What is difference between echo and print in php?
What’s the special meaning of __sleep and __wakeup?
What is symfony php?
Is php easy language to learn?
How to list all values of submitted fields?
Why do we use sessions in php?
Explain the difference between urlencode and urldecode?
How to turn on the session support?
What is difference between python and php?
How to parse configuration file in php?
Explain the ternary conditional operator in php?