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
Is server side a session?
Are php short tags acceptable to use?
What is Type hinting in PHP?
What is the use of strip_tags() method?
What is use of htmlspecialchars php?
Php error constants and their descriptions
What is difference between mysqli and mysql?
What are different types of runtime errors in php?
What is php trait?
What is php session start?
What are the two main string operators?
Explain converting an object?
What does trim () do in javascript?
How could I install codeignitor ?
What is mod_php?