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
How does php server work?
How to pass variables by references?
What is csrf token in php?
What is php and its advantages?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
How to find a substring from a given string in php?
What are the string function in php?
What is sorting php?
Does csrf token change?
What is the use of "enctype" attribute in a html form?
How would you declare a function that receives one parameter name hello?
What is difference between required and require_once in php?
How to check your php installation?
Is php a framework?
What is difference between get and post in php?