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 a null coalescing operator in php7?
How long does a session last in php?
Swap two variables value without using third variable in php ?
How long is a php session valid?
Which is the best institute in Chennai to learn PHP? Please help.
What is the purpose of the '.myd' file extension? What do thes file contain?
What is psr in php?
Why do we use polymorphism in php?
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
How can we create a database using PHP and mysql?
4 Answers Rushmore Consultancy,
Which software is best for php?
Write down the code for saving an uploaded file in PHP.