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
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 |
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 |
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 |
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 |
What is encapsulation in oop php?
What is difference between Method overriding and overloading in PHP?
What are the different types of PHP arrays?
What is php programming used for?
What does PEAR stands for?
How can we know the number of days between two given dates using PHP? How can we know the number of days between two given dates using MySQL?
What is MVC structure in Magento?
How can I make a script that can be bilingual (supports english, german)?
Which is used to maintain the value of a variable over different pages?
How to enable cURL in PHP?
What is the main difference between php 4 and php 5?
Tell me what are the functions to be used to get the image's properties (size, width and height)?