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 are the advantages of php?
Can I use php in html?
How to remove duplicate values from array using php?
What are the differences between require and include?
Why do we use sessions in php?
Which is better mysql or sql?
What is final keyword in php?
What is csrf token in php?
What is a persistence cookie?
What is $_ env in php?
Does php support polymorphism?
Are php session secure?
How do you trim spaces in excel?
What is php default argument?
Can a trait extend a class php?