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

How are cookies created?

0 Answers  


Write a statement to show the joining of multiple comparisons in php?

0 Answers  


Which function would you use to determine the length of a string in php?

0 Answers  


What is php sequence?

0 Answers  


List out different arguments in PHP header function?

4 Answers  






What is include in php?

0 Answers  


What is the function of trim?

0 Answers  


What is the meaning of ‘escaping to php’?

0 Answers  


Are parent constructors called implicitly inside a class constructor?

0 Answers  


what is the current salary package in India for a PHP programmer who has 1.5 years experience

0 Answers   ABB,


What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?

0 Answers  


Tell me what does $_env means?

0 Answers  


Categories