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 |
How to generate pdf file in php?
How to create and destroy cookies in php?
how to work lamp server
Which function would you use to read a line of data from a file in php?
What is difference between echo and print in php?
Tell me what's the difference between include and require?
When should you use a stored procedure?
sort term descripttion form, report and uery
How variables are passed through arguments?
Why session is required?
What is namespace and use in php?
Is string php function?