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
What does mysqli_query return?
Is age a variable in research?
What is new keyword in php?
How to find the length of a string?
What is an anti csrf token?
What are the advantages of indexes in php?
What is the integer?
How to get the length of string?
Tell me how is it possible to propagate a session id?
What is the purpose of php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What is a query in php?
What is $_ get in php?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What are the differences between GET and POST methods in form submitting?