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
Where is session value stored php?
What is the difference between abstract class and interface in php?
What is php written in?
Tell me when a conditional statement is ended with an endif?
What is php rest api?
Why php is also called as scripting language?
How do you execute a php script from the command line?
How to uploaded files to a table?
Explain NULL?
Differentiate echo vs. Print statement.
How to execute a php script from the command line?
What do the initials of php stand for?
Tell me what is the difference between the functions strstr() and stristr()?
How to change the principal password?
Can we embedded directly PHP code into XHTML document? State Whether True or False?