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?
Answer Posted / 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 |
Post New Answer View All Answers
How to retrieve the original query string?
Explain difference between urlencode and urldecode?
How to remove html tags from data in php?
Explain about getters and setters in php?
What is Type hinting in PHP?
Do I need apache for php?
What is the default session time in php?
Which array function checks if the particular key exists in the array?
Can we run php on tomcat server?
What is the scope of a variable defined outside a function?
Does php need apache?
What is final class and final method in php?
What is uniqid php?
Do you know how to enable error reporting in php?
Is php pass by reference or value?