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
Why many companies are switching their current business language to php? Where php basically used?
Explain me what is the w3c?
What is the default session time in php?
How to get the total number of values in an array?
What are helpers in php?
Explain what is the function file_get_contents() usefull for?
What is the use of return in php?
How to select a database in php?
Which is better wamp or xampp?
What is php destruct?
How to enable cURL in PHP?
How many escape sequences are recognized in double-quoted strings in php?
What are the php variables?
What is the delimiter default in PHP?
What is a helper function?