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?
Answers were Sorted based on User's Feedback
Answer / suhasini
as far as my knowledge is concern .. to store sessions u've
to give path for session.save_path variable in php.ini file
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / palaniraja.wordpress.com
wht changes u've to made before using sesssions in ur php
program first time?
session_start();
and you have to be sure that no data was sent to client else
it would through an error.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What is better .net or php?
Which database is best for php?
how to include external php file in to html page?
Tell me what's the difference between include and require?
What are php parameters?
How to differentiate isset and empty
6 Answers A1 Technology, Dass Infotech, Microface,
Is php faster than nodejs?
Whats the difference between include() and require()?
What is $_session in php?
What does the array operator '===' means?
What is meant by pdo in php?
What is the difference between javascript and php?