What is the default session time in PHP and how can I
change it?
Answer Posted / tarangini
default session time 1440.
we can change it by
$garbaze="14400";
ini_set(session_gc_maxlifetime,$garbaze);
| Is This Answer Correct ? | 81 Yes | 30 No |
Post New Answer View All Answers
What is the output of the ucwords function in this example?
How many types of array are there in php?
What is difference between echo and print_r in php?
Why php was called as personal home page?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
Explain what is the function file_get_contents() usefull for?
How to select a database in php?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
Which is a perfect example of runtime polymorphism?
What is a model in php?
How to check if a string contains a character or word in php?
What are soundex() and metaphone() functions in php?
What is difference between print_r and echo in php?
Can you pass an array into a function?
Why is php so popular?