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 can we pass the variable through the navigation between the pages?

0 Answers  


What is the difference between == and === in php?

0 Answers  


What is the difference between htmlentities and htmlspecialchars in php?

0 Answers  


What is the use of stripslashes in php?

0 Answers  


How is session data stored?

0 Answers  






what is mean by portal

0 Answers  


What is a comment in php?

0 Answers  


What is use of echo in php?

0 Answers  


What is the difference between the functions unlink and unset?

8 Answers   Small Firm, TCS,


Steps for the payment gateway processing?

0 Answers  


How about integrating an iKode Newsletter Server at my independent Wordpress blog site? I just wanna visitort can subscribe my blog when they like it and I can send some interested articles or events to them regularly to establish good relationship.

1 Answers   iKode,


Explain about looping in PHP?

0 Answers  


Categories