What is the default session time in PHP and how can I
change it?
Answer Posted / sunny patel
Default session time is 1440 seconds,but we can change it
through ini_set() method.
$intTime=152;
ini_set("session.gc_maxlifetime",$intTime);
| Is This Answer Correct ? | 40 Yes | 18 No |
Post New Answer View All Answers
What is the difference between null and empty?
What is a static variable in php?
Is python better than php?
What is http php?
How do I install php?
What is difference between get and post in php?
What are super global variables in php?
What is phpsessid?
What is mysqli_real_escape_string?
What is the use of trim in php?
Is null or empty c#?
What is the purpose of pear in php?
write a note on Testing the web site
Tell me how to initiate a session in php?
Write a program using while loop in php?