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 difference between mysql_connect and mysqli_connect?
What is the difference between query and inquiry?
What is the Pipe Symbol represented?
Any good PHP developer looking for change
What is csrf token and how it works?
How can you submit a form without a submit button?
What are the new features in php 7?
Which is the best web server?
what is php stands for?
23 Answers Infosys, Satyam, Torque Infotech,
Which is the best php framework for a beginner?
What is the difference between array_pop() and array_push()?
Explain the difference b/w static and dynamic websites?