Answer Posted / amit tiwari
The PHP global setting sessions.gc_maxlifetime is used by
default. You can increase session life time by adding a line
such as:
$SESS_LIFE=7200;
to set it to two hours.
| Is This Answer Correct ? | 7 Yes | 23 No |
Post New Answer View All Answers
What is the difference between get & post ?
What is a php tag?
What is inheritance in php? How many types of inheritance supports php?
How do I sort numbers in php?
What is the use of array_count_values() in php?
What does the unlink() function mean?
Tell me what is the default session time in php?
Is it worth learning php in 2019?
Which is the dependent variable?
Which character is used to match exactly one character?
What is the purpose of basename() function in PHP?
Who is known as the father of php?
How do you check is php not empty?
Write a program using while loop?
Tell me how do I check if a given variable is empty?