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

Extract url from this string? It should be flexible for all strings, not for this string only. "yahoo.comyahoo.co.inhotmail.org"

1 Answers   A1 Technology,


How do I get csrf token?

0 Answers  


How can we get ip address of a client in php?

0 Answers  


I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable

0 Answers  


What are headers in php?

0 Answers  






Is it possible to get the screen resolution and like with php?

1 Answers  


What is an associative array?

0 Answers  


What kind of variable is age?

0 Answers  


What is the use of pear in php?

0 Answers  


What is csrf token and why it is required?

0 Answers  


How to apply Cake php ajax pagination?

1 Answers  


How to read a file in binary mode?

0 Answers  


Categories