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 to merge values of two arrays into a single array?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
What is Type hinting in PHP?
How to generate a form?
What are properties in php?
What is zend studio for?
How to delete cookie files on your computer?
What is variable function php?
How can you increase the maximum execution time of a script in php?
What is the difference between super () and this ()?
What is csrf token and how it works?
How can cross site request forgery csrf be prevented?
Is php an array?
Explain about switch statement in PHP?
Xplain is it possible to use com component in php?