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



what is the importence of session.save_path in Php.ini file and wht changes u've to made befor..

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

what is the importence of session.save_path in Php.ini file and wht changes u've to made befor..

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

what is the importence of session.save_path in Php.ini file and wht changes u've to made befor..

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

what is the importence of session.save_path in Php.ini file and wht changes u've to made befor..

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

Post New Answer

More PHP Interview Questions

what is the diffrence between for and foreach?

11 Answers   Hirolasoft, IBM, Photon,


What is query string php?

0 Answers  


What are majic methords in php?

0 Answers  


What are the different ways to login to a remote server?

0 Answers  


difference between clanguage and c++

8 Answers   IBM, TCL,






How many ways I can redirect a PHP page?

9 Answers   MicroSec, N-Tier Business Solutions, University Exams,


What is the difference between php4 and php5?

0 Answers  


What is the difference between runtime exception and compile time exception?

0 Answers  


What is the use of post in php?

0 Answers  


What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?

1 Answers  


What is the difference between explode and split?

0 Answers  


Tell me what are sql injections, how do you prevent them and what are the best practices?

0 Answers  


Categories