What is the default session time in PHP and how can I
change it?
Answer Posted / amit beniwal
Default session in php is 1440 second. we can change it through
$sessLimit="14400";
ini_set(session.gc_maxlifetime,$sessLimit);
| Is This Answer Correct ? | 43 Yes | 21 No |
Post New Answer View All Answers
How we can declare variable in php?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
Is php a case sensitive language?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
Can a trait extend a class php?
What is apache and php?
Tell me how can you pass a variable by reference?
Explain the difference between php4 and php5.
What beforeFilter() is used?
Is learning php easy?
Is php a low level language?
How to add 301 redirects in PHP?
How do you end php?
What is php pathinfo?
What is htmlentities function in php?