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 to set a value in session? How to remove data from a session?

0 Answers  


How to update memcached when you make changes to php?

0 Answers  


What is the meaning of php?

0 Answers  


what are the various PHP Script Optimization techniques?

1 Answers   IBM, Krify Software Technologies, TCL,


I finished my degree 4 years back. I didnt get job in software. In the time(for 4 years) i worked one kpo industries. but now i got job in php(40 employes working there) as fresher(Salary 8000). Shall i join in php. I have no knowledge about php. Can i do well in php. How will my carrier if i join in php? Please can you give your idea.? It will be more usefull to me.

2 Answers  






What new features php7 has in store for us?

0 Answers  


How do you compare strings in java?

0 Answers  


How to specify argument default values?

0 Answers  


what is the dirrence in PHP4 & PHP5 . ?

8 Answers  


What is action hooks and filter hooks?

0 Answers  


What does php do?

0 Answers  


what is mean by portal

0 Answers  


Categories