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 are the rules in creating php variable?
What is xss in php?
Which are the best start and end tags to use?
What is difference Between PHP 5 and 7?
What is a trait in php?
Tell me what is the use of explode() function?
Explain what are some new features introduced in php7?
Where do I run php code?
How do you remove whitespace from the beginning and end of a $string variable?
Tell me what's the difference between include and require?
What is the difference between characters 23 and x23?
Do you know how to enable error reporting in php?
What is a model in php?
Does php support polymorphism?
How many types of session are there?